all repos — openbox @ 6838ab254ff9e1b5af20b8a0b8c7604945b10169

openbox fork - make it a bit more like ryudo

fix whitespace
Dana Jansens danakj@orodu.net
commit

6838ab254ff9e1b5af20b8a0b8c7604945b10169

parent

f633c5f057f3f19df20a31ee4bb62f27902b7e74

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -2630,8 +2630,8 @@ screen->getWorkspace(blackbox_attrib.workspace)->raiseWindow(this);

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) {