X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=81eafa7d0110b0e9d6775e65230dba69f8f7fcf0;hb=f4979de3f5257bf70591d4ccf0ecab7da567b27d;hp=1c3152c84053a8831e32c312fa03d7759d398d88;hpb=c1f0f7c40fbbc33157d59b5e3db58a0801af5008;p=chaz%2Fopenbox 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();