aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ab6ce7d..f3096c1 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -88,17 +88,17 @@ public:
88 /// a window becomes active / focussed on a different workspace 88 /// a window becomes active / focussed on a different workspace
89 enum FollowModel { 89 enum FollowModel {
90 IGNORE_OTHER_WORKSPACES = 0, ///< who cares? 90 IGNORE_OTHER_WORKSPACES = 0, ///< who cares?
91 FOLLOW_ACTIVE_WINDOW, ///< go to that workspace 91 FOLLOW_ACTIVE_WINDOW, ///< go to that workspace
92 SEMIFOLLOW_ACTIVE_WINDOW, ///< fetch iconified windows, else follow 92 SEMIFOLLOW_ACTIVE_WINDOW, ///< fetch iconified windows, else follow
93 FETCH_ACTIVE_WINDOW ///< put that window to the current workspace 93 FETCH_ACTIVE_WINDOW ///< put that window to the current workspace
94 }; 94 };
95 95
96 /// Different resize modes when resizing a window 96 /// Different resize modes when resizing a window
97 enum ResizeModel { 97 enum ResizeModel {
98 BOTTOMRESIZE = 0, //< resizes from the bottom right corner 98 BOTTOMRESIZE = 0, ///< resizes from the bottom right corner
99 QUADRANTRESIZE, //< resizes from one quadrant 99 QUADRANTRESIZE, ///< resizes from one quadrant
100 CENTERRESIZE, //< resizes from center 100 CENTERRESIZE, ///< resizes from center
101 DEFAULTRESIZE = BOTTOMRESIZE //< default resize mode is bottom 101 DEFAULTRESIZE = BOTTOMRESIZE ///< default resize mode is bottom
102 }; 102 };
103 103
104 104