summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 00:56:05 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 00:56:05 +0000
commitecfac5f20c72647b4865a14ccffc307c2b116319 (patch)
treeaaa67af3c630f3b963e4e70caa814fdca7c92676 /src
parentb5a05bc197c836ec3b47b0e97b5ac697f270a985 (diff)
add more doxygen
Diffstat (limited to 'src')
-rw-r--r--src/client.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index 9196d134..14b5a45e 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -495,6 +495,10 @@ BB @param window The window id that the Client class should handle
inline const otk::Strut &strut() const { return _strut; }
//! Move the client window
+ /*!
+ @param x The X coordinate to move to.
+ @param y The Y coordinate to move to.
+ */
void move(int x, int y);
//! Resizes the client window, anchoring it in a given corner