From: Dana Jansens Date: Fri, 7 Jun 2002 00:28:40 +0000 (+0000) Subject: change to match blackbox X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8941da8e41d15ae6729c04b2933d74869c25e857;p=chaz%2Fopenbox change to match blackbox --- 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); }