aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-05-06 18:07:56 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-05-06 18:07:56 (GMT)
commita2f809f8f254e96739de6015e7475a3ae4cc2a62 (patch)
tree4cfa5086c796f2d8897444a050dbe159bacd15e6 /src/Window.hh
parentd2a7cc60a2e27e450ffc84b8db4c68199dfda5e1 (diff)
downloadfluxbox-a2f809f8f254e96739de6015e7475a3ae4cc2a62.zip
fluxbox-a2f809f8f254e96739de6015e7475a3ae4cc2a62.tar.bz2
added little helper function to disable the maximization state of a window while keeping its current position / size
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