]> Dogcows Code - chaz/openbox/commitdiff
only ignore NotifyGrab again
authorDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 00:47:32 +0000 (00:47 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 00:47:32 +0000 (00:47 +0000)
otk/eventdispatcher.cc

index d4a565bb874a4c3d3f59fa4b91e9e0b09a8a9c8c..bc2851c405bf7e04020ad4863a41dcb257f2bc14 100644 (file)
@@ -105,7 +105,7 @@ void EventDispatcher::dispatchFocus(const XEvent &e)
 //         (e.xfocus.type == FocusIn ? "IN" : "OUT"),
 //         e.xfocus.detail, e.xfocus.window);
   // ignore focus changes from grabs
-  if (e.xfocus.mode != NotifyNormal) //|| e.xfocus.mode == NotifyUngrab ||
+  if (e.xfocus.mode == NotifyGrab) //|| e.xfocus.mode == NotifyUngrab ||
       // From Metacity, from WindowMaker, ignore all funky pointer root events
       // its commented out cuz I don't think we need this at all. If problems
       // arise we can look into it
This page took 0.021543 seconds and 4 git commands to generate.