add comment
This commit is contained in:
parent
32a2c26763
commit
18ac56b9db
1 changed files with 4 additions and 1 deletions
|
@ -846,7 +846,10 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
||||||
case MapRequest:
|
case MapRequest:
|
||||||
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!
|
||||||
|
it can happen now when the window is on
|
||||||
|
another desktop, but we still don't
|
||||||
|
want it! */
|
||||||
client_activate(client, FALSE);
|
client_activate(client, FALSE);
|
||||||
break;
|
break;
|
||||||
case ClientMessage:
|
case ClientMessage:
|
||||||
|
|
Loading…
Reference in a new issue