screw that
This commit is contained in:
parent
c1d065243a
commit
f8f3b3ed13
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, TRUE);
|
client_activate(client, FALSE);
|
||||||
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