aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index afbd90f..97ce70b 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1345,7 +1345,7 @@ FluxboxWindow *BScreen::createWindow(Window client) {
1345 1345
1346 // add the window to the focus list 1346 // add the window to the focus list
1347 // always add to front on startup to keep the focus order the same 1347 // always add to front on startup to keep the focus order the same
1348 if (focusControl().focusNew() || Fluxbox::instance()->isStartup()) 1348 if (win->isFocused() || Fluxbox::instance()->isStartup())
1349 focusControl().addFocusFront(*winclient); 1349 focusControl().addFocusFront(*winclient);
1350 else 1350 else
1351 focusControl().addFocusBack(*winclient); 1351 focusControl().addFocusBack(*winclient);