diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-05-06 18:07:56 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-05-06 18:07:56 (GMT) |
commit | a2f809f8f254e96739de6015e7475a3ae4cc2a62 (patch) | |
tree | 4cfa5086c796f2d8897444a050dbe159bacd15e6 /src/Window.hh | |
parent | d2a7cc60a2e27e450ffc84b8db4c68199dfda5e1 (diff) | |
download | fluxbox_lack-a2f809f8f254e96739de6015e7475a3ae4cc2a62.zip fluxbox_lack-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.hh | 4 |
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 |