diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-10-24 16:05:04 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-10-24 16:05:04 -0400 |
commit | bfe54cbe3703e6d7b728de3d4d9ca4b663782dbc (patch) | |
tree | 976f769166bf5a5ad5df4247e7753c1aac16fe2f /protocol | |
parent | d63884b0c701a24f3bfdded036c5d5b6b2b6bd0d (diff) |
protocol: Change global_remove arg to be 'name' insteadl of 'id'
Consistent with global args.
Diffstat (limited to 'protocol')
-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 1db72d9..48ba68a 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -73,7 +73,7 @@ <!-- Notify the client of removed global objects. --> <event name="global_remove"> - <arg name="id" type="uint" /> + <arg name="name" type="uint" /> </event> </interface> |