aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 4f91d9c..7954456 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -90,6 +90,7 @@ public:
90 enum ResizeModel { 90 enum ResizeModel {
91 BOTTOMRESIZE = 0, 91 BOTTOMRESIZE = 0,
92 QUADRANTRESIZE, 92 QUADRANTRESIZE,
93 CENTERRESIZE,
93 DEFAULTRESIZE = BOTTOMRESIZE }; 94 DEFAULTRESIZE = BOTTOMRESIZE };
94 95
95 96