summaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2020-01-22 11:03:09 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2020-01-22 11:53:03 +0300
commit82d4c152a5163fc39c6c1fbf3b27578449d6be8e (patch)
treeb7b66d9d15e2d061acf7d175f3dba748c9fc2a59 /stable
parent733de76221223c2ad3ce94a588015e88c4c9dcc7 (diff)
downloadwayland-protocols-82d4c152a5163fc39c6c1fbf3b27578449d6be8e.tar.gz
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>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 3a87a9e..cdad61f 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -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">