make _NET_WM_ACTIVATE messages bring the client to the current desktop
This commit is contained in:
parent
ce56a8b5fa
commit
c1d065243a
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
||||||
ob_debug("MapRequest for 0x%lx\n", client->window);
|
ob_debug("MapRequest for 0x%lx\n", client->window);
|
||||||
if (!client->iconic) break; /* this normally doesn't happen, but if it
|
if (!client->iconic) break; /* this normally doesn't happen, but if it
|
||||||
does, we don't want it! */
|
does, we don't want it! */
|
||||||
client_activate(client, FALSE);
|
client_activate(client, TRUE);
|
||||||
break;
|
break;
|
||||||
case ClientMessage:
|
case ClientMessage:
|
||||||
/* validate cuz we query stuff off the client here */
|
/* validate cuz we query stuff off the client here */
|
||||||
|
|
Loading…
Reference in a new issue