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-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c0333e9452330c6b7b44aa81bbccc7460fd50e14;p=chaz%2Fopenbox _net_active_window shouldn't change desktop, is the general policy concensus. --- diff --git a/openbox/event.c b/openbox/event.c index 7e2766f0..1b3c1c23 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) {