always call the placewindow routine
This commit is contained in:
parent
e1e5293ae3
commit
b18e83e010
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue