diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 91b57e0..608ceb1 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1068,6 +1068,7 @@ bool FluxboxWindow::setCurrentClient(WinClient &client, bool setinput) { | |||
1068 | if (client.fbwindow() != this) | 1068 | if (client.fbwindow() != this) |
1069 | return false; | 1069 | return false; |
1070 | 1070 | ||
1071 | m_screen.focusControl().setScreenFocusedWindow(client); | ||
1071 | m_client = &client; | 1072 | m_client = &client; |
1072 | m_client->raise(); | 1073 | m_client->raise(); |
1073 | m_client->focusSig().notify(); | 1074 | m_client->focusSig().notify(); |