aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-19 18:29:43 (GMT)
committerfluxgen <fluxgen>2004-01-19 18:29:43 (GMT)
commit2e0fba32533f505e5121e7506de8987ac12c2cdc (patch)
tree4f465fa6a89ec43ea03c8c19f15280550e53c705 /src/Screen.hh
parentdf5d6f30e27eb058c71cf4f3b80e358f35260a2d (diff)
downloadfluxbox-2e0fba32533f505e5121e7506de8987ac12c2cdc.zip
fluxbox-2e0fba32533f505e5121e7506de8987ac12c2cdc.tar.bz2
workspace area signal
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 8f5951e..ced6f66 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.133 2004/01/16 11:58:45 fluxgen Exp $ 25// $Id: Screen.hh,v 1.134 2004/01/19 18:28:58 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -136,7 +136,7 @@ public:
136 136
137 inline unsigned int width() const { return rootWindow().width(); } 137 inline unsigned int width() const { return rootWindow().width(); }
138 inline unsigned int height() const { return rootWindow().height(); } 138 inline unsigned int height() const { return rootWindow().height(); }
139 inline unsigned int screenNumber() const { return rootWindow().screenNumber(); } 139 inline int screenNumber() const { return rootWindow().screenNumber(); }
140 140
141 /// @return number of workspaces 141 /// @return number of workspaces
142 inline unsigned int getCount() const { return m_workspaces_list.size(); } 142 inline unsigned int getCount() const { return m_workspaces_list.size(); }
@@ -162,6 +162,8 @@ public:
162 FbTk::Subject &workspaceCountSig() { return m_workspacecount_sig; } 162 FbTk::Subject &workspaceCountSig() { return m_workspacecount_sig; }
163 /// workspace names signal 163 /// workspace names signal
164 FbTk::Subject &workspaceNamesSig() { return m_workspacenames_sig; } 164 FbTk::Subject &workspaceNamesSig() { return m_workspacenames_sig; }
165 /// workspace area signal
166 FbTk::Subject &workspaceAreaSig() { return m_workspace_area_sig; }
165 /// current workspace signal 167 /// current workspace signal
166 FbTk::Subject &currentWorkspaceSig() { return m_currentworkspace_sig; } 168 FbTk::Subject &currentWorkspaceSig() { return m_currentworkspace_sig; }
167 /// reconfigure signal 169 /// reconfigure signal
@@ -360,6 +362,7 @@ private:
360 m_iconlist_sig, ///< notify if a window gets iconified/deiconified 362 m_iconlist_sig, ///< notify if a window gets iconified/deiconified
361 m_workspacecount_sig, ///< workspace count signal 363 m_workspacecount_sig, ///< workspace count signal
362 m_workspacenames_sig, ///< workspace names signal 364 m_workspacenames_sig, ///< workspace names signal
365 m_workspace_area_sig, ///< workspace area changed signal
363 m_currentworkspace_sig, ///< current workspace signal 366 m_currentworkspace_sig, ///< current workspace signal
364 m_reconfigure_sig, ///< reconfigure signal 367 m_reconfigure_sig, ///< reconfigure signal
365 m_resize_sig; ///< resize signal 368 m_resize_sig; ///< resize signal