summaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index ba394bc9..6d204513 100644
--- 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);
}