diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-01-31 15:38:07 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-01-31 13:10:12 -0800 |
commit | 91974dad1c8e0e774e9fda87adffeab1c0e6104a (patch) | |
tree | 46c413cde455e24a93eb9963f3c12300677c420d | |
parent | 4b4cd00621d64311a64108cc921e25e0c9e4767b (diff) |
protocol: Fix the name of the registry argument
A simple copy-paste typo.
-rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index d47ee62..b9aa9f1 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -55,7 +55,7 @@ to list and bind the global objects available from the compositor. </description> - <arg name="callback" type="new_id" interface="wl_registry"/> + <arg name="registry" type="new_id" interface="wl_registry"/> </request> <event name="error"> |