diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 3f57c22..bbfe70b 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -220,7 +220,7 @@ public: | |||
220 | /// workspace area signal | 220 | /// workspace area signal |
221 | FbTk::Subject &workspaceAreaSig() { return m_workspace_area_sig; } | 221 | FbTk::Subject &workspaceAreaSig() { return m_workspace_area_sig; } |
222 | /// current workspace signal | 222 | /// current workspace signal |
223 | FbTk::Subject ¤tWorkspaceSig() { return m_currentworkspace_sig; } | 223 | FbTk::Signal<void, BScreen&> ¤tWorkspaceSig() { return m_currentworkspace_sig; } |
224 | /// focused window signal | 224 | /// focused window signal |
225 | FbTk::Subject &focusedWindowSig() { return m_focusedwindow_sig; } | 225 | FbTk::Subject &focusedWindowSig() { return m_focusedwindow_sig; } |
226 | /// reconfigure signal | 226 | /// reconfigure signal |
@@ -496,13 +496,13 @@ private: | |||
496 | m_iconlist_sig, ///< notify if a window gets iconified/deiconified | 496 | m_iconlist_sig, ///< notify if a window gets iconified/deiconified |
497 | m_workspacenames_sig, ///< workspace names signal | 497 | m_workspacenames_sig, ///< workspace names signal |
498 | m_workspace_area_sig, ///< workspace area changed signal | 498 | m_workspace_area_sig, ///< workspace area changed signal |
499 | m_currentworkspace_sig, ///< current workspace signal | ||
500 | m_focusedwindow_sig, ///< focused window signal | 499 | m_focusedwindow_sig, ///< focused window signal |
501 | m_reconfigure_sig, ///< reconfigure signal | 500 | m_reconfigure_sig, ///< reconfigure signal |
502 | m_resize_sig, ///< resize signal | 501 | m_resize_sig, ///< resize signal |
503 | m_bg_change_sig; ///< background change signal | 502 | m_bg_change_sig; ///< background change signal |
504 | 503 | ||
505 | FbTk::Signal<void, BScreen&> m_workspacecount_sig; ///< workspace count signal | 504 | FbTk::Signal<void, BScreen&> m_workspacecount_sig; ///< workspace count signal |
505 | FbTk::Signal<void, BScreen&> m_currentworkspace_sig; ///< current workspace signal | ||
506 | FbTk::MultLayers m_layermanager; | 506 | FbTk::MultLayers m_layermanager; |
507 | 507 | ||
508 | bool root_colormap_installed, managed; | 508 | bool root_colormap_installed, managed; |