summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-15 17:04:27 +0000
committerDana Jansens <danakj@orodu.net>2003-10-15 17:04:27 +0000
commit18ac56b9db0455d3a3dc453ded6e16d423ab3484 (patch)
tree97785481d923a9e72ac99b9ce051c816a0680169
parent32a2c26763fd2dc5e201ae9d9d40f86209ef4940 (diff)
add comment
-rw-r--r--openbox/event.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 700013b8..71dca5f7 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -846,7 +846,10 @@ static void event_handle_client(ObClient *client, XEvent *e)
case MapRequest:
ob_debug("MapRequest for 0x%lx\n", client->window);
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);
break;
case ClientMessage: