From: Dana Jansens Date: Sat, 1 Feb 2003 10:22:33 +0000 (+0000) Subject: always call the placewindow routine X-Git-Tag: openbox-2_3_0~81 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b18e83e010a9dec95d42296751469aba0960bc5c;p=dana%2Fopenbox.git always call the placewindow routine --- diff --git a/src/screen.cc b/src/screen.cc index 13e2a79a..de1927b6 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -512,8 +512,7 @@ void Screen::manageWindow(Window window) // reparent the client to the frame client->frame->grabClient(); - if (!(openbox->state() == Openbox::State_Starting || - client->positionRequested())) { + if (openbox->state() != Openbox::State_Starting) { // position the window intelligenty .. hopefully :) // call the python PLACEWINDOW binding EventData data(_number, client, EventAction::PlaceWindow, 0);