aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index da126ec..c04676a 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -502,7 +502,7 @@ private:
502 void attachWorkAreaSig(); 502 void attachWorkAreaSig();
503 503
504 // modifies left and top if snap is necessary 504 // modifies left and top if snap is necessary
505 void doSnapping(int &left, int &top); 505 void doSnapping(int &left, int &top, bool resize = false);
506 // user_w/h return the values that should be shown to the user 506 // user_w/h return the values that should be shown to the user
507 void fixSize(); 507 void fixSize();
508 void moveResizeClient(WinClient &client); 508 void moveResizeClient(WinClient &client);