mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-01-04 06:20:19 +01:00
xdg-shell: add missing enum attribute to resize
This helps binding generators such as the one in wayland-rs. Signed-off-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
parent
733de76221
commit
82d4c152a5
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@
|
|||
</description>
|
||||
<arg name="seat" type="object" interface="wl_seat" summary="the wl_seat of the user event"/>
|
||||
<arg name="serial" type="uint" summary="the serial of the user event"/>
|
||||
<arg name="edges" type="uint" summary="which edge or corner is being dragged"/>
|
||||
<arg name="edges" type="uint" enum="resize_edge" summary="which edge or corner is being dragged"/>
|
||||
</request>
|
||||
|
||||
<enum name="state">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue