all repos — openbox @ 50f631b9a7ba95ecf18c0d989fe8f51800b0e625

openbox fork - make it a bit more like ryudo

mention when the logicalx/y is actually returned
Dana Jansens danakj@orodu.net
commit

50f631b9a7ba95ecf18c0d989fe8f51800b0e625

parent

73dac2b9b951e978011163f65281a12afd1e48ae

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M openbox/client.hopenbox/client.h

@@ -358,7 +358,11 @@ @param y The y coordiante of the new position 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 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.