dont move windows when starting
This commit is contained in:
parent
0b4b4c2b70
commit
f4979de3f5
1 changed files with 2 additions and 1 deletions
|
@ -304,6 +304,7 @@ void client_manage(Window window)
|
||||||
dispatch_client(Event_Client_New, self, 0, 0);
|
dispatch_client(Event_Client_New, self, 0, 0);
|
||||||
|
|
||||||
/* make sure the window is visible */
|
/* make sure the window is visible */
|
||||||
|
if (ob_state() == OB_STATE_RUNNING)
|
||||||
client_move_onscreen(self, TRUE);
|
client_move_onscreen(self, TRUE);
|
||||||
|
|
||||||
screen_update_areas();
|
screen_update_areas();
|
||||||
|
|
Loading…
Reference in a new issue