]> Dogcows Code - chaz/openbox/commitdiff
but don't count the same enter events more than once still
authorDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:21:52 +0000 (23:21 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:21:52 +0000 (23:21 +0000)
openbox/event.c

index fd70c972611e1ef06e95629f50ca0a06c475ce3b..99fa9551fbf9a23a3b472855fd608e47c824ed39 100644 (file)
@@ -1737,6 +1737,7 @@ void event_ignore_queued_enters()
     XSync(ob_display, FALSE);
 
     /* count the events without disrupting them */
+    ignore_enter_focus = 0;
     XCheckIfEvent(ob_display, &e, event_look_for_enters,
                   (XPointer)&ignore_enter_focus);
 
This page took 0.023696 seconds and 4 git commands to generate.