aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-28 14:00:48 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-28 14:00:48 (GMT)
commit2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d (patch)
treed93fde959e5db890062c9900734b2796c91183f3 /src/Window.hh
parentf2c8868724ebcaa6afaac4a71093f77b7eeaa23f (diff)
downloadfluxbox-2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d.zip
fluxbox-2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d.tar.bz2
Changed workspace area signal to use the new signal system
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,