summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-11 22:11:46 -0500
committerMikael Magnusson <mikachu@comhem.se>2008-02-14 19:40:03 +0100
commitc0333e9452330c6b7b44aa81bbccc7460fd50e14 (patch)
tree473b47c8f20e1f1006510b1a55b665fdc1354113
parent8186a81fe0095a46c2a65e252268f19d5798095a (diff)
_net_active_window shouldn't change desktop, is the general policy concensus.
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
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) {