_net_active_window shouldn't change desktop, is the general policy concensus.
This commit is contained in:
parent
8186a81fe0
commit
c0333e9452
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue