add comment

This commit is contained in:
Dana Jansens 2003-10-15 17:04:27 +00:00
parent 32a2c26763
commit 18ac56b9db

View file

@ -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: