summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index e5e5c1f..27901d2 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -526,6 +526,9 @@ private:
526 void associateClient(WinClient &client); 526 void associateClient(WinClient &client);
527 /// Called when focused changed, and is attached when it is not in fullscreen mode 527 /// Called when focused changed, and is attached when it is not in fullscreen mode
528 void focusedWindowChanged(BScreen &screen, FluxboxWindow *focused_win, WinClient* client); 528 void focusedWindowChanged(BScreen &screen, FluxboxWindow *focused_win, WinClient* client);
529 /// Called when workspace area on screen changed.
530 void workspaceAreaChanged(BScreen &screen);
531
529 532
530 // state and hint signals 533 // state and hint signals
531 WinSubject m_hintsig, 534 WinSubject m_hintsig,