diff options
Diffstat (limited to 'protocol/xdg-shell.xml')
-rw-r--r-- | protocol/xdg-shell.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index d3d6a377..19f9651d 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -270,6 +270,12 @@ The surface is fullscreen. The window geometry specified in the configure event must be obeyed by the client. </entry> + <entry name="resizing" value="3"> + The surface is being resized. The window geometry specified in the + configure event is a maximum; the client cannot resize beyond it. + Clients that have aspect ratio or cell sizing configuration can use + a smaller size, however. + </entry> </enum> <event name="configure"> |