diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Workspace.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 3a25ba2..400ce98 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -106,8 +106,7 @@ private: | |||
106 | 106 | ||
107 | std::string m_name; ///< name of this workspace | 107 | std::string m_name; ///< name of this workspace |
108 | unsigned int m_id; ///< id, obsolete, this should be in BScreen | 108 | unsigned int m_id; ///< id, obsolete, this should be in BScreen |
109 | int *m_cascade_x; ///< need a cascade for each head (Xinerama) | 109 | |
110 | int *m_cascade_y; ///< need a cascade for each head (Xinerama) | ||
111 | }; | 110 | }; |
112 | 111 | ||
113 | 112 | ||