mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-23 06:59:47 -05:00
Define the shell resize enumeration in the xml spec
This commit is contained in:
parent
248c1b61ce
commit
027931bd33
5 changed files with 90 additions and 33 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue