_net_active_window shouldn't change desktop, is the general policy concensus.

This commit is contained in:
Dana Jansens 2008-02-11 22:11:46 -05:00 committed by Mikael Magnusson
parent 8186a81fe0
commit c0333e9452

View file

@ -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) {