]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
always ignore errors for client_focus like we used to.
[chaz/openbox] / openbox / event.c
index 1fa5e11f601538f45784631fffda7571078a5179..b1e61f77c839bedcd71b77fdb216de292385623b 100644 (file)
@@ -1693,7 +1693,7 @@ static gboolean focus_delay_func(gpointer data)
 
     event_curtime = d->time;
     if (focus_client != d->client) {
-        if (client_focus(d->client, FALSE) && config_focus_raise)
+        if (client_focus(d->client) && config_focus_raise)
             stacking_raise(CLIENT_AS_WINDOW(d->client));
     }
     event_curtime = old;
This page took 0.022155 seconds and 4 git commands to generate.