]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
make fullscreen windows more xinerama and multi-screen aware
[chaz/openbox] / openbox / event.c
index 535e9f14d3ad98cf1ba5ecec88750ca506197f5f..9362c80ded53661316fabcb95e82a8933a56788d 100644 (file)
@@ -519,7 +519,6 @@ static void event_process(const XEvent *ec, gpointer data)
                window with RevertToParent focus */
             frame_adjust_focus(client->frame, FALSE);
             /* focus_set_client(NULL) has already been called */
-            client_calc_layer(client);
         }
         else if (e->xfocus.detail == NotifyPointerRoot ||
                  e->xfocus.detail == NotifyDetailNone ||
@@ -629,7 +628,6 @@ static void event_process(const XEvent *ec, gpointer data)
             frame_adjust_focus(client->frame, FALSE);
             /* focus_set_client(NULL) has already been called in this
                section or by focus_fallback */
-            client_calc_layer(client);
         }
     }
     else if (client)
This page took 0.023048 seconds and 4 git commands to generate.