From a32c2c125c8fb915d3693225bc1049876e5636ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 27 Aug 2003 18:50:12 +0000 Subject: dont be rude to non-normal windows with keeping them onscreen --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') 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); -- cgit v1.2.3