]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
super correct enter event ignoring that will only ignore what it has to, yay?
[chaz/openbox] / openbox / client.c
index b0482faa6003beb4a8321aa3a4ccddc9996504da..34af0848a6707055f34a6d2b983251cd4e80b4ac 100644 (file)
@@ -565,7 +565,7 @@ void client_unmanage(ObClient *self)
 
     /* ignore enter events from the unmap so it doesnt mess with the
        focus */
-    event_ignore_queued_enters();
+    event_ignore_enters_leaving_window(self);
 
     mouse_grab_for_client(self, FALSE);
 
This page took 0.023806 seconds and 4 git commands to generate.