fix whitespace
This commit is contained in:
parent
f633c5f057
commit
6838ab254f
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue