aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index fcca4f0..a8c6e8c 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -111,7 +111,7 @@ private:
111 111
112 std::string m_name; ///< name of this workspace 112 std::string m_name; ///< name of this workspace
113 unsigned int m_id; ///< id, obsolete, this should be in BScreen 113 unsigned int m_id; ///< id, obsolete, this should be in BScreen
114 int m_cascade_x, m_cascade_y; 114 int *m_cascade_x, *m_cascade_y; // need a cascade for each head (Xinerama)
115}; 115};
116 116
117 117