]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
remove a function that is no longer used. and backwards boolean algebra was causing...
[chaz/openbox] / openbox / client.c
index 34af0848a6707055f34a6d2b983251cd4e80b4ac..0dd122148b948caf1b0305a99c6af0283fe9a463 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_enters_leaving_window(self);
+    event_ignore_all_queued_enters();
 
     mouse_grab_for_client(self, FALSE);
 
This page took 0.021142 seconds and 4 git commands to generate.