Properly reference zwlr_layer_shell_v1.layer

Referencing enums from other interfaces without interface name seems to be invalid.
This commit is contained in:
Nikita Tsukanov 2020-01-16 00:57:43 +03:00 committed by Simon Ser
parent 571766f797
commit 67abc798b0

View file

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