summaryrefslogtreecommitdiff
path: root/protocol/wayland.xml
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/wayland.xml')
-rw-r--r--protocol/wayland.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index f46a9c5..cf52439 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -151,8 +151,7 @@
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="input_device" type="object" interface="wl_input_device"/>
<arg name="time" type="uint"/>
- <!-- edges is an enum, need to get the values in here -->
- <arg name="edges" type="uint"/>
+ <arg name="edges" type="enum" enum_name="resize"/>
</request>
<request name="create_drag">
@@ -171,7 +170,7 @@
received. -->
<event name="configure">
<arg name="time" type="uint"/>
- <arg name="edges" type="uint"/>
+ <arg name="edges" type="enum" enum_name="resize"/>
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
@@ -460,7 +459,7 @@
the 'global' events. We need something better. -->
<interface name="wl_visual" version="1">
<event name="type">
- <arg name="type" type="uint"/>
+ <arg name="type" type="enum" enum_name="type" />
</event>
<enum name="type">