diff options
author | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
commit | 51f7970f7494710df2d015afca2007ceebbe7b2d (patch) | |
tree | e08b0fb137f4789fbc7f327b1c5e8ad0927b531a /src/Workspace.hh | |
parent | a88511a4a772ec021029649905b7ce645ff9a597 (diff) | |
download | fluxbox-51f7970f7494710df2d015afca2007ceebbe7b2d.zip fluxbox-51f7970f7494710df2d015afca2007ceebbe7b2d.tar.bz2 |
fix cascade placement for multiple heads
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 2 |
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 | ||