diff options
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); |