]> Dogcows Code - chaz/openbox/commitdiff
fix whitespace
authorDana Jansens <danakj@orodu.net>
Mon, 12 Aug 2002 21:00:12 +0000 (21:00 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 12 Aug 2002 21:00:12 +0000 (21:00 +0000)
src/Window.cc

index 3edc83d1965d39acac37497a306675552acff754..a373e2caebfaef471e83b0d2571e09eec8befd92 100644 (file)
@@ -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) {
This page took 0.03117 seconds and 4 git commands to generate.