diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-06 18:28:44 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-05-10 11:00:46 (GMT) |
commit | e53d14e9102270a1682a88c29161580ccbf0c20a (patch) | |
tree | 26c5b238119073d69c650a970447685d20a463af /src/fluxbox.hh | |
parent | ad0951ca539d23f8f0ed9a1e8519feacc2ef907c (diff) | |
download | fluxbox_pavel-e53d14e9102270a1682a88c29161580ccbf0c20a.zip fluxbox_pavel-e53d14e9102270a1682a88c29161580ccbf0c20a.tar.bz2 |
Convert FluxboxWindow::stateSig to FbTk::Signal
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 | ||