diff options
-rw-r--r-- | unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml index 1bca7b7..634b77d 100644 --- a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml +++ b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml @@ -112,7 +112,7 @@ wl_display.sync request immediately after binding to ensure that they receive all the capability events. </description> - <arg name="capability" type="uint"/> + <arg name="capability" type="uint" enum="capability" /> </event> <enum name="present_method"> @@ -149,7 +149,7 @@ ignored. </description> <arg name="surface" type="object" interface="wl_surface" allow-null="true"/> - <arg name="method" type="uint"/> + <arg name="method" type="uint" enum="present_method" /> <arg name="output" type="object" interface="wl_output" allow-null="true"/> </request> |