summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
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);