summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-18 09:46:24 +0000
committerDana Jansens <danakj@orodu.net>2002-12-18 09:46:24 +0000
commit25d1e3538be5719b238f7e62a949c409fef2af66 (patch)
tree36de1f6bf110b9fd0b6e24734f496e7536a737c6 /src/client.hh
parentd49d01044d34793dc88bea4889ee98ec333220ce (diff)
use OB Widgets for everything
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh
index 37e26cb2..d518b9cc 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -303,7 +303,8 @@ private:
/*!
This also maintains things like the client's minsize, and size increments.
@param anchor The corner to keep in the same position when resizing
- @param size The new size for the client
+ @param x The X component of the new size for the client
+ @param y The Y component of the new size for the client
*/
void resize(Corner anchor, int x, int y);