mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-07 08:21:33 -04:00
protocol: Fix the name of the registry argument
A simple copy-paste typo.
This commit is contained in:
parent
4b4cd00621
commit
91974dad1c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
to list and bind the global objects available from the
|
to list and bind the global objects available from the
|
||||||
compositor.
|
compositor.
|
||||||
</description>
|
</description>
|
||||||
<arg name="callback" type="new_id" interface="wl_registry"/>
|
<arg name="registry" type="new_id" interface="wl_registry"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<event name="error">
|
<event name="error">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue