aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-09-02 15:41:55 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-09-02 15:41:55 (GMT)
commitf9ed11a351108662e3ca761169eeb51b86a35076 (patch)
tree79e7430d8154f755c0678f56e34de7dfc5222239 /src/Window.hh
parentf01e0c9c5a82439bd5158454e8ee7f9bc4032570 (diff)
downloadfluxbox-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.hh1
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);