diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-28 14:00:48 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-28 14:00:48 (GMT) |
commit | 2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d (patch) | |
tree | d93fde959e5db890062c9900734b2796c91183f3 /src/fluxbox.hh | |
parent | f2c8868724ebcaa6afaac4a71093f77b7eeaa23f (diff) | |
download | fluxbox-2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d.zip fluxbox-2fcc0fd9e7b92dbb440fd67e34fdbab05be7d98d.tar.bz2 |
Changed workspace area signal to use the new signal system
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 4cf0555..6082b25 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -214,6 +214,9 @@ private: | |||
214 | FluxboxWindow* win, | 214 | FluxboxWindow* win, |
215 | WinClient* client); | 215 | WinClient* client); |
216 | 216 | ||
217 | /// Called when the workspace area changed. | ||
218 | void workspaceAreaChanged(BScreen &screen); | ||
219 | |||
217 | std::auto_ptr<FbAtoms> m_fbatoms; | 220 | std::auto_ptr<FbAtoms> m_fbatoms; |
218 | 221 | ||
219 | FbTk::ResourceManager m_resourcemanager, &m_screen_rm; | 222 | FbTk::ResourceManager m_resourcemanager, &m_screen_rm; |