mention when the logicalx/y is actually returned

This commit is contained in:
Dana Jansens 2007-03-16 19:16:07 +00:00
parent 73dac2b9b9
commit 50f631b9a7

View file

@ -358,7 +358,11 @@ gboolean client_focused(ObClient *self);
@param w The width component of the new size for the client. @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 h The height component of the new size for the client.
@param logicalw Returns the width component of the new logical width. @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. @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 @param user Specifies whether this is a user-requested change or a
program requested change. For program requested changes, the program requested change. For program requested changes, the
constraints are not checked. constraints are not checked.