summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-03 04:14:54 +0000
committerDana Jansens <danakj@orodu.net>2003-02-03 04:14:54 +0000
commit9223bfdd67ff39e4aaf72be1a0b4341033fc12c8 (patch)
treedf5b628ccf4e5c084fd26bf879209d6ed4651c0b /src/client.hh
parentf5904cdaaafa95e8ab6ffde212dfc6b7478b4e32 (diff)
let the client be moved to a position specified for the *frame*
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh
index 02c12d43..6b44706e 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -621,8 +621,10 @@ BB @param window The window id that the Client class should handle
/*!
@param x The X coordinate to move to.
@param y The Y coordinate to move to.
+ @param bool framepos True if the frame should be moved to the position
+ instead of the client. This makes it ignore the gravity.
*/
- void move(int x, int y);
+ void move(int x, int y, bool framepos = false);
//! Resizes the client window, anchoring it in a given corner
/*!