dont move windows when starting

This commit is contained in:
Dana Jansens 2003-08-12 09:30:28 +00:00
parent 0b4b4c2b70
commit f4979de3f5

View file

@ -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();