mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2025-12-20 04:30:05 +01:00
Properly reference zwlr_layer_shell_v1.layer
Referencing enums from other interfaces without interface name seems to be invalid.
This commit is contained in:
parent
571766f797
commit
67abc798b0
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@
|
|||
|
||||
Layer is double-buffered, see wl_surface.commit.
|
||||
</description>
|
||||
<arg name="layer" type="uint" enum="layer" summary="layer to move this surface to"/>
|
||||
<arg name="layer" type="uint" enum="zwlr_layer_shell_v1.layer" summary="layer to move this surface to"/>
|
||||
</request>
|
||||
</interface>
|
||||
</protocol>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue