]> Dogcows Code - chaz/openbox/commitdiff
mention when the logicalx/y is actually returned
authorDana Jansens <danakj@orodu.net>
Fri, 16 Mar 2007 19:16:07 +0000 (19:16 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 16 Mar 2007 19:16:07 +0000 (19:16 +0000)
openbox/client.h

index cbb80ede6af41f0c86e9d27382f761fbf6e2caa8..c3c4c8f2fb8b8305af3f2b003d3950f89f9b1f1d 100644 (file)
@@ -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.
This page took 0.022057 seconds and 4 git commands to generate.