diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 13:25:47 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 13:25:47 (GMT) |
commit | 71674739ec6de376273cb3c5b938da132e7035c5 (patch) | |
tree | abd6e295067347b6f95622c9ed1a00c6396dc314 /src/fluxbox.hh | |
parent | 86819abab91cf3ea20540278d00bad6a6b86d4b0 (diff) | |
download | fluxbox_pavel-71674739ec6de376273cb3c5b938da132e7035c5.zip fluxbox_pavel-71674739ec6de376273cb3c5b938da132e7035c5.tar.bz2 |
Changed workspace names signal in BScreen to use the new signal system
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 36208b6..82740d4 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -205,6 +205,8 @@ private: | |||
205 | void workspaceCountChanged( BScreen& screen ); | 205 | void workspaceCountChanged( BScreen& screen ); |
206 | /// Called when workspace was switched | 206 | /// Called when workspace was switched |
207 | void workspaceChanged(BScreen& screen); | 207 | void workspaceChanged(BScreen& screen); |
208 | /// Called when workspace names changed | ||
209 | void workspaceNamesChanged(BScreen &screen); | ||
208 | 210 | ||
209 | std::auto_ptr<FbAtoms> m_fbatoms; | 211 | std::auto_ptr<FbAtoms> m_fbatoms; |
210 | 212 | ||