mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-05 12:18:15 +02:00
fullscreen-shell: Add enum attributes to various arguments
Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
parent
0bb5f5fe68
commit
ab3c1d5682
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue