diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index 480d637..7db118c 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.99 2003/10/06 06:22:43 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.100 2003/10/28 02:17:03 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -388,7 +388,7 @@ private: | |||
388 | void updateBlackboxHintsFromClient(WinClient &client); | 388 | void updateBlackboxHintsFromClient(WinClient &client); |
389 | void saveBlackboxAttribs(); | 389 | void saveBlackboxAttribs(); |
390 | void setNetWMAttributes(); | 390 | void setNetWMAttributes(); |
391 | void associateClientWindow(); | 391 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1); |
392 | 392 | ||
393 | void restoreGravity(); | 393 | void restoreGravity(); |
394 | void setGravityOffsets(); | 394 | void setGravityOffsets(); |
@@ -400,7 +400,7 @@ private: | |||
400 | void doSnapping(int &left, int &top); | 400 | void doSnapping(int &left, int &top); |
401 | // user_w/h return the values that should be shown to the user | 401 | // user_w/h return the values that should be shown to the user |
402 | void fixsize(int *user_w = 0, int *user_h = 0); | 402 | void fixsize(int *user_w = 0, int *user_h = 0); |
403 | void resizeClient(WinClient &client, unsigned int width, unsigned int height); | 403 | void moveResizeClient(WinClient &client, int x, int y, unsigned int width, unsigned int height); |
404 | /// sends configurenotify to all clients | 404 | /// sends configurenotify to all clients |
405 | void sendConfigureNotify(bool send_to_netizens = true); | 405 | void sendConfigureNotify(bool send_to_netizens = true); |
406 | // state and hint signals | 406 | // state and hint signals |