diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-01-21 21:57:55 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-01-21 21:57:55 -0500 |
commit | 027931bd33e6bda30a701be5dd1c33f01bb8b038 (patch) | |
tree | 51f53fe06b65578a94a149e6207445f8a345716e /protocol | |
parent | 248c1b61ce31ed01946e816b1f90f6c9f7685541 (diff) |
Define the shell resize enumeration in the xml spec
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 7f1a377..13c71bd 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -152,6 +152,18 @@ <arg name="time" type="uint"/> </request> + <enum name="resize"> + <entry name="none" value="0"/> + <entry name="top" value="1"/> + <entry name="bottom" value="2"/> + <entry name="left" value="4"/> + <entry name="top_left" value="5"/> + <entry name="bottom_left" value="6"/> + <entry name="right" value="8"/> + <entry name="top_right" value="9"/> + <entry name="bottom_right" value="10"/> + </enum> + <request name="resize"> <arg name="surface" type="object" interface="surface"/> <arg name="input_device" type="object" interface="input_device"/> |