summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index f1dc11aa..dcde212e 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -310,7 +310,7 @@ void client_manage(Window window)
/* make sure the window is visible */
if (ob_state() == OB_STATE_RUNNING)
- client_move_onscreen(self, TRUE);
+ client_move_onscreen(self, client_normal(self));
client_showhide(self);