aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-06 16:18:20 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commit4f89009c9e6521910442eabc36d572367398c0bf (patch)
tree61ff9ae12d0d54d0d06b0bf82cb56e2cc806d33b /src/fluxbox.hh
parentae68b7f7cd47c91e776fadee7aecb93d5b3ee3df (diff)
downloadfluxbox-4f89009c9e6521910442eabc36d572367398c0bf.zip
fluxbox-4f89009c9e6521910442eabc36d572367398c0bf.tar.bz2
Convert FluxboxWindow::workspaceSig to FbTk::Signal
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
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