diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 18:45:01 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 18:45:01 (GMT) |
commit | ed53f3c623e7c3ae35672b33ae3b52759dc1a6ed (patch) | |
tree | d7ad6a0b4aa4b5540b5c89bf1817194a3f1daf4f /src/Workspace.hh | |
parent | 52e22a0304ef108e036cecc7c8808dc0bcf8d77b (diff) | |
download | fluxbox-ed53f3c623e7c3ae35672b33ae3b52759dc1a6ed.zip fluxbox-ed53f3c623e7c3ae35672b33ae3b52759dc1a6ed.tar.bz2 |
Changed icon list signal in BScreen to use the new signal system
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index a834174..790c4a6 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // Workspace.hh for Fluxbox | 1 | // Workspace.hh for Fluxbox |
2 | // Copyright (c) 2002 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org) | 2 | // Copyright (c) 2002 - 2008 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Workspace.hh for Blackbox - an X11 Window manager | 4 | // Workspace.hh for Blackbox - an X11 Window manager |
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) |
@@ -28,6 +28,7 @@ | |||
28 | #include "ClientMenu.hh" | 28 | #include "ClientMenu.hh" |
29 | 29 | ||
30 | #include "FbTk/NotCopyable.hh" | 30 | #include "FbTk/NotCopyable.hh" |
31 | #include "FbTk/Signal.hh" | ||
31 | 32 | ||
32 | #include <string> | 33 | #include <string> |
33 | #include <list> | 34 | #include <list> |
@@ -84,7 +85,7 @@ private: | |||
84 | BScreen &m_screen; | 85 | BScreen &m_screen; |
85 | 86 | ||
86 | Windows m_windowlist; | 87 | Windows m_windowlist; |
87 | FbTk::Subject m_clientlist_sig; | 88 | FbTk::Signal<void> m_clientlist_sig; |
88 | ClientMenu m_clientmenu; | 89 | ClientMenu m_clientmenu; |
89 | 90 | ||
90 | std::string m_name; ///< name of this workspace | 91 | std::string m_name; ///< name of this workspace |