From: Dana Jansens Date: Tue, 12 Feb 2008 03:11:46 +0000 (-0500) Subject: _net_active_window shouldn't change desktop, is the general policy concensus. X-Git-Tag: mikabox-3.4.7~30^2~4 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=c0333e9452330c6b7b44aa81bbccc7460fd50e14 _net_active_window shouldn't change desktop, is the general policy concensus. --- diff --git a/openbox/event.c b/openbox/event.c index 7e2766f..1b3c1c2 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1355,7 +1355,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_activate(client, FALSE, TRUE, TRUE, + client_activate(client, TRUE, TRUE, TRUE, (e->xclient.data.l[0] == 0 || e->xclient.data.l[0] == 2)); } else if (msgtype == prop_atoms.net_wm_moveresize) {