diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-12 21:00:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-12 21:00:12 +0000 |
| commit | 6838ab254ff9e1b5af20b8a0b8c7604945b10169 (patch) | |
| tree | ec5570edcff0c8e74fb702484176fa2cc388770c /src/Window.cc | |
| parent | f633c5f057f3f19df20a31ee4bb62f27902b7e74 (diff) | |
fix whitespace
Diffstat (limited to 'src/Window.cc')
| -rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
