aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-03 21:48:24 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commit129bac1e0f0979c80902edc8e092596b81fe14f6 (patch)
tree0624ee5da85ec2d1f758612cddae2e95a50249f9 /src/fluxbox.hh
parent0775350fee345e37fb59835dda4d85664346b606 (diff)
downloadfluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.zip
fluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.tar.bz2
Convert Focusable::dieSig to FbTk::Signal
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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