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 (isNormal()) {
|
||||||
if (! blackbox->isStartup()) {
|
if (! blackbox->isStartup()) {
|
||||||
XSync(blackbox->getXDisplay(), False); // make sure the frame is mapped
|
XSync(blackbox->getXDisplay(), False); // make sure the frame is mapped
|
||||||
if (screen->doFocusNew()|| (isTransient() && getTransientFor() &&
|
if (screen->doFocusNew() || (isTransient() && getTransientFor() &&
|
||||||
getTransientFor()->isFocused())) {
|
getTransientFor()->isFocused())) {
|
||||||
setInputFocus();
|
setInputFocus();
|
||||||
}
|
}
|
||||||
if (screen->getPlacementPolicy() == BScreen::ClickMousePlacement) {
|
if (screen->getPlacementPolicy() == BScreen::ClickMousePlacement) {
|
||||||
|
|
Loading…
Reference in a new issue