all repos — openbox @ 18ac56b9db0455d3a3dc453ded6e16d423ab3484

openbox fork - make it a bit more like ryudo

add comment
Dana Jansens danakj@orodu.net
commit

18ac56b9db0455d3a3dc453ded6e16d423ab3484

parent

32a2c26763fd2dc5e201ae9d9d40f86209ef4940

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -846,7 +846,10 @@ break;

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: