diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 36b39ef..082297f 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -217,6 +217,10 @@ private: | |||
217 | 217 | ||
218 | /// Called when the workspace area changed. | 218 | /// Called when the workspace area changed. |
219 | void workspaceAreaChanged(BScreen &screen); | 219 | void workspaceAreaChanged(BScreen &screen); |
220 | /// Called when a window (FluxboxWindow) dies | ||
221 | void windowDied(Focusable &focusable); | ||
222 | /// Called when a client (WinClient) dies | ||
223 | void clientDied(Focusable &focusable); | ||
220 | 224 | ||
221 | std::auto_ptr<FbAtoms> m_fbatoms; | 225 | std::auto_ptr<FbAtoms> m_fbatoms; |
222 | 226 | ||