diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-07-12 13:22:59 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-07-15 15:04:50 -0400 |
commit | 98da0a7b982310992e3af1b376c4b05ea4f2c71a (patch) | |
tree | c1f15adc36fd3e3597275e946f9ca4eb4a13ae43 /protocol | |
parent | f6bf070aee4527e9793681b42ac57a587d239f4c (diff) |
protocol: Fix type of visual arg in token_visual event
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 45c29ca..fec9135 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -96,7 +96,7 @@ </enum> <event name="token_visual"> - <arg name="id" type="new_id" interface="wl_object"/> + <arg name="visual" type="new_id" interface="wl_visual"/> <arg name="token" type="uint"/> </event> </interface> |