summaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r--src/FocusControl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc
index 6533ac1..9c531bb 100644
--- a/src/FocusControl.cc
+++ b/src/FocusControl.cc
@@ -560,9 +560,9 @@ void FocusControl::setFocusedWindow(WinClient *client) {
560 560
561 // update AtomHandlers and/or other stuff... 561 // update AtomHandlers and/or other stuff...
562 if (screen) 562 if (screen)
563 screen->focusedWindowSig().notify(); 563 screen->focusedWindowSig().emit(*screen, s_focused_fbwindow, s_focused_window);
564 if (old_screen && screen != old_screen) 564 if (old_screen && screen != old_screen)
565 old_screen->focusedWindowSig().notify(); 565 old_screen->focusedWindowSig().emit(*old_screen, s_focused_fbwindow, s_focused_window);
566} 566}
567 567
568////////////////////// FocusControl RESOURCES 568////////////////////// FocusControl RESOURCES