From f4979de3f5257bf70591d4ccf0ecab7da567b27d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 09:30:28 +0000 Subject: [PATCH] dont move windows when starting --- openbox/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 1c3152c8..81eafa7d 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -304,7 +304,8 @@ void client_manage(Window window) dispatch_client(Event_Client_New, self, 0, 0); /* make sure the window is visible */ - client_move_onscreen(self, TRUE); + if (ob_state() == OB_STATE_RUNNING) + client_move_onscreen(self, TRUE); screen_update_areas(); -- 2.39.2