mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2025-12-24 14:40:04 +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.
|
Layer is double-buffered, see wl_surface.commit.
|
||||||
</description>
|
</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>
|
</request>
|
||||||
</interface>
|
</interface>
|
||||||
</protocol>
|
</protocol>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue