From: Dana Jansens Date: Mon, 12 Aug 2002 21:00:12 +0000 (+0000) Subject: fix whitespace X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6838ab254ff9e1b5af20b8a0b8c7604945b10169;p=chaz%2Fopenbox fix whitespace --- diff --git a/src/Window.cc b/src/Window.cc index 3edc83d1..a373e2ca 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2630,8 +2630,8 @@ void BlackboxWindow::mapRequestEvent(const XMapRequestEvent *re) { if (isNormal()) { if (! blackbox->isStartup()) { XSync(blackbox->getXDisplay(), False); // make sure the frame is mapped - if (screen->doFocusNew()|| (isTransient() && getTransientFor() && - getTransientFor()->isFocused())) { + if (screen->doFocusNew() || (isTransient() && getTransientFor() && + getTransientFor()->isFocused())) { setInputFocus(); } if (screen->getPlacementPolicy() == BScreen::ClickMousePlacement) {