fullscreen-shell: Add enum attributes to various arguments

Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
onox 2021-01-03 19:54:19 +01:00
parent 0bb5f5fe68
commit ab3c1d5682
No known key found for this signature in database
GPG key ID: CF5AC322CA75C647

View file

@ -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>