all repos — openbox @ 6dd3ee7271d1c90de8f516e32263f2da7caac4b3

openbox fork - make it a bit more like ryudo

check to make sure the window is on screen *after* positioning it
Dana Jansens danakj@orodu.net
commit

6dd3ee7271d1c90de8f516e32263f2da7caac4b3

parent

5cd0ed57acda1e7858be5c9d20635f5660353a2b

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

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

@@ -290,10 +290,10 @@ }

screen_update_struts(); + dispatch_client(Event_Client_New, self, 0, 0); + /* make sure the window is visible */ client_move_onscreen(self); - - dispatch_client(Event_Client_New, self, 0, 0); client_showhide(self);