diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 082297f..4c8fcdf 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -221,6 +221,8 @@ private: | |||
221 | void windowDied(Focusable &focusable); | 221 | void windowDied(Focusable &focusable); |
222 | /// Called when a client (WinClient) dies | 222 | /// Called when a client (WinClient) dies |
223 | void clientDied(Focusable &focusable); | 223 | void clientDied(Focusable &focusable); |
224 | /// Called when a window changes workspace | ||
225 | void windowWorkspaceChanged(FluxboxWindow &win); | ||
224 | 226 | ||
225 | std::auto_ptr<FbAtoms> m_fbatoms; | 227 | std::auto_ptr<FbAtoms> m_fbatoms; |
226 | 228 | ||