]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Fix client_activate() to work for internal Openbox menus
[chaz/openbox] / openbox / event.c
index 93c5fa21797b8651dc17990e15ea79dc781b5d0d..e07d6a31217f14feaaf8c9edaa4f40344673ccad 100644 (file)
@@ -1332,7 +1332,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
                 ob_debug_type(OB_DEBUG_APP_BUGS,
                               "_NET_ACTIVE_WINDOW message for window %s is "
                               "missing source indication\n", client->title);
-            client_activate(client, TRUE, TRUE, TRUE,
+            client_activate(client, FALSE, TRUE, TRUE,
                             (e->xclient.data.l[0] == 0 ||
                              e->xclient.data.l[0] == 2));
         } else if (msgtype == prop_atoms.net_wm_moveresize) {
This page took 0.01987 seconds and 4 git commands to generate.