]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
unhilite windows correctly, forget how to break it without this :) what can i say...
[chaz/openbox] / openbox / event.c
index 7c1231f22f2ef8b940ef6d87a6997b5c9c40145d..1d19a284598be92ab4ccdf097a4a1cef6eebcca4 100644 (file)
@@ -618,8 +618,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
                  e->xfocus.window, client->window,
                  e->xfocus.mode, e->xfocus.detail);
 #endif
-        g_message("hilite %x client %x", focus_hilite, client);
-        if (focus_hilite == client)
+        if (focus_hilite == client || focus_client == client)
             focus_out = client;
         if (focus_in == client)
             focus_in = NULL;
This page took 0.020432 seconds and 4 git commands to generate.