xdg-shell: Specify the meaning of 0x0 window geometry in configure
authorJonas Ådahl <jadahl@gmail.com>
Tue, 7 Apr 2015 04:07:56 +0000 (12:07 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 5 May 2015 06:18:13 +0000 (14:18 +0800)
Some times the compositor needs to send a configure request but without
having any clue about what size the surface should have. Examples
include unmaximizing a surface that was mapped as maximized, or an
initial state which doesn't have any size expectations.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
protocol/xdg-shell.xml

index 50ffd9c988792bb416dcb1dbae289b5e39e3f98e..85aa7486ff4e8b78bad08097eaaefc5456bac8b2 100644 (file)
        about how its surface should be resized in window geometry
        coordinates. See set_window_geometry.
 
+       If the width or height arguments are zero, it means the client
+       should decide its own window dimension. This may happen when the
+       compositor need to configure the state of the surface but doesn't
+       have any information about any previous or expected dimension.
+
        The states listed in the event specify how the width/height
        arguments should be interpreted, and possibly how it should be
        drawn.