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 4c8fcdf..af28ac7 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -223,6 +223,8 @@ private: | |||
223 | void clientDied(Focusable &focusable); | 223 | void clientDied(Focusable &focusable); |
224 | /// Called when a window changes workspace | 224 | /// Called when a window changes workspace |
225 | void windowWorkspaceChanged(FluxboxWindow &win); | 225 | void windowWorkspaceChanged(FluxboxWindow &win); |
226 | /// Called when a window changes state | ||
227 | void windowStateChanged(FluxboxWindow &win); | ||
226 | 228 | ||
227 | std::auto_ptr<FbAtoms> m_fbatoms; | 229 | std::auto_ptr<FbAtoms> m_fbatoms; |
228 | 230 | ||