aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index a097ac6..5554ad3 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -224,6 +224,10 @@ public:
224 void maximizeVertical(); 224 void maximizeVertical();
225 /// maximizes the window fully 225 /// maximizes the window fully
226 void maximizeFull(); 226 void maximizeFull();
227
228 /// disables maximization, without restoring the old size
229 void disableMaximization();
230
227 /// toggles shade 231 /// toggles shade
228 void shade(); 232 void shade();
229 /// shades window 233 /// shades window