diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:24:03 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:24:03 (GMT) |
commit | e5c61a72799485d6751000a127163bd6390d44ba (patch) | |
tree | 06846dffe135e57f958dc69e9731e1f68fb56615 /src/Window.hh | |
parent | 1dab657708cd8246c2ce5a6aaa05cc5733e09c54 (diff) | |
download | fluxbox-e5c61a72799485d6751000a127163bd6390d44ba.zip fluxbox-e5c61a72799485d6751000a127163bd6390d44ba.tar.bz2 |
move some frame size calculations to FbWinFrame
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 8085622..5129da8 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -538,7 +538,7 @@ private: | |||
538 | // modifies left and top if snap is necessary | 538 | // modifies left and top if snap is necessary |
539 | void doSnapping(int &left, int &top); | 539 | void doSnapping(int &left, int &top); |
540 | // user_w/h return the values that should be shown to the user | 540 | // user_w/h return the values that should be shown to the user |
541 | void fixsize(int *user_w = 0, int *user_h = 0, bool maximizing = false); | 541 | void fixsize(bool maximizing = false); |
542 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); | 542 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); |
543 | /// sends configurenotify to all clients | 543 | /// sends configurenotify to all clients |
544 | void sendConfigureNotify(); | 544 | void sendConfigureNotify(); |