From b18e83e010a9dec95d42296751469aba0960bc5c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Feb 2003 10:22:33 +0000 Subject: [PATCH] always call the placewindow routine --- src/screen.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2