projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e5293
)
always call the placewindow routine
author
Dana Jansens
<danakj@orodu.net>
Sat, 1 Feb 2003 10:22:33 +0000
(10:22 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 1 Feb 2003 10:22:33 +0000
(10:22 +0000)
src/screen.cc
patch
|
blob
|
history
diff --git
a/src/screen.cc
b/src/screen.cc
index 13e2a79af14ad8ae96e8704d1052a977a6824859..de1927b6ab7d037bdaf4d2ab8a89237d8e2103cf 100644
(file)
--- 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);