summaryrefslogtreecommitdiff
path: root/graphics/xv/files/patch-xvevent.c
blob: 8245b11534bab352cbfc4ffd13bfda30a3e03863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/xvevent.c.orig	2023-07-17 01:25:42 UTC
+++ src/xvevent.c
@@ -828,7 +828,7 @@ int HandleEvent(event, donep)
 	debkludge_offy = eHIGH-xwa.height+p_offy;
       }
 
-#if 0
+#if 1
       /* FIXME: if we want to do this, we first have to wait for a configure
        * notify to avoid a race condition because the location might be in-
        * correct if the window manager does placement after managing the window.