summaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
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;