summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-16 19:16:07 +0000
committerDana Jansens <danakj@orodu.net>2007-03-16 19:16:07 +0000
commit50f631b9a7ba95ecf18c0d989fe8f51800b0e625 (patch)
tree77b28ab01c7b700b2ac800bf02d239bf75cefd0a
parent73dac2b9b951e978011163f65281a12afd1e48ae (diff)
mention when the logicalx/y is actually returned
-rw-r--r--openbox/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index cbb80ede..c3c4c8f2 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -358,7 +358,11 @@ gboolean client_focused(ObClient *self);
@param w The width component of the new size for the client.
@param h The height component of the new size for the client.
@param logicalw Returns the width component of the new logical width.
+ This value is only returned when the new w or h calculated
+ differ from the ones passed in.
@param logicalh Returns the height component of the new logical height.
+ This value is only returned when the new w or h calculated
+ differ from the ones passed in.
@param user Specifies whether this is a user-requested change or a
program requested change. For program requested changes, the
constraints are not checked.