make _NET_WM_ACTIVATE messages bring the client to the current desktop

This commit is contained in:
Dana Jansens 2003-10-11 07:40:27 +00:00
parent ce56a8b5fa
commit c1d065243a

View file

@ -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 */