diff options
author | fluxgen <fluxgen> | 2006-02-19 11:11:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 11:11:48 (GMT) |
commit | acaf89bbb6efb2b0d0de43c2667fb2a4af8fb3a3 (patch) | |
tree | 635982f71d29133b022e980a621430fa6785d6c9 /src/Workspace.hh | |
parent | b772fd969f039f7683d2bd666b7573eeb9d468e3 (diff) | |
download | fluxbox-acaf89bbb6efb2b0d0de43c2667fb2a4af8fb3a3.zip fluxbox-acaf89bbb6efb2b0d0de43c2667fb2a4af8fb3a3.tar.bz2 |
moved placement strategies to different PlacementStrategy classes
Diffstat (limited to 'src/Workspace.hh')
-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 | ||