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 1e55fb5..3206fdd 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -472,7 +472,7 @@ private:
472 // modifies left and top if snap is necessary 472 // modifies left and top if snap is necessary
473 void doSnapping(int &left, int &top); 473 void doSnapping(int &left, int &top);
474 // user_w/h return the values that should be shown to the user 474 // user_w/h return the values that should be shown to the user
475 void fixsize(int *user_w = 0, int *user_h = 0); 475 void fixsize(int *user_w = 0, int *user_h = 0, bool maximizing = false);
476 void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); 476 void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height);
477 /// sends configurenotify to all clients 477 /// sends configurenotify to all clients
478 void sendConfigureNotify(bool send_to_netizens = true); 478 void sendConfigureNotify(bool send_to_netizens = true);