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:
e90fafd
)
change to match blackbox
author
Dana Jansens
<danakj@orodu.net>
Fri, 7 Jun 2002 00:28:40 +0000
(
00:28
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 7 Jun 2002 00:28:40 +0000
(
00:28
+0000)
src/Screen.cc
patch
|
blob
|
history
diff --git
a/src/Screen.cc
b/src/Screen.cc
index ba394bc95e8eb7087f2f0a53d4f633179f57a498..6d20451303bb0826322756f3704f48fe4e6a95a4 100644
(file)
--- a/
src/Screen.cc
+++ b/
src/Screen.cc
@@
-1107,8
+1107,7
@@
void BScreen::manageWindow(Window w) {
XMapRequestEvent mre;
mre.window = w;
- if (blackbox->isStartup())
- win->restoreAttributes();
+ if (blackbox->isStartup()) win->restoreAttributes();
win->mapRequestEvent(&mre);
}