diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-02 15:41:55 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-02 15:41:55 (GMT) |
commit | f9ed11a351108662e3ca761169eeb51b86a35076 (patch) | |
tree | 79e7430d8154f755c0678f56e34de7dfc5222239 /src/Window.hh | |
parent | f01e0c9c5a82439bd5158454e8ee7f9bc4032570 (diff) | |
download | fluxbox-f9ed11a351108662e3ca761169eeb51b86a35076.zip fluxbox-f9ed11a351108662e3ca761169eeb51b86a35076.tar.bz2 |
resize fullscreen windows when resolution changesRelease-1_1_0
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 220cedb..8ee2b5c 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -501,6 +501,7 @@ private: | |||
501 | void setState(unsigned long stateval, bool setting_up); | 501 | void setState(unsigned long stateval, bool setting_up); |
502 | /// set the layer of a fullscreen window | 502 | /// set the layer of a fullscreen window |
503 | void setFullscreenLayer(); | 503 | void setFullscreenLayer(); |
504 | void attachWorkAreaSig(); | ||
504 | 505 | ||
505 | // modifies left and top if snap is necessary | 506 | // modifies left and top if snap is necessary |
506 | void doSnapping(int &left, int &top); | 507 | void doSnapping(int &left, int &top); |