diff options
author | onox <denkpadje@gmail.com> | 2021-01-03 19:54:19 +0100 |
---|---|---|
committer | onox <denkpadje@gmail.com> | 2021-01-05 19:37:02 +0100 |
commit | ab3c1d56822eaeb0b788242612c0006aef509647 (patch) | |
tree | 6054acb0aaed45e8eb597ff1d0d152bcc5cd5126 | |
parent | 0bb5f5fe680137524ac17196bbf87fedc2ee5065 (diff) |
fullscreen-shell: Add enum attributes to various arguments
Signed-off-by: onox <denkpadje@gmail.com>
-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> |