From bab7f46d83fc7890202966dc62d61d95480d7709 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 31 Jan 2014 16:29:37 -0500 Subject: [PATCH] protocol: Fix build "data" is the name of the void* argument in the implementation. While we probably shouldn't use such an easily-collidable name, just rename the callback's argument to callback_data for now. --- protocol/wayland.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 26e0d5c2..bf6acd1d 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -46,7 +46,7 @@ compositor after the callback is fired and as such the client must not attempt to use it after that point. - The data passed in the callback is the event serial. + The callback_data passed in the callback is the event serial. @@ -172,7 +172,7 @@ Notify the client when the related request is done. - + @@ -1079,7 +1079,8 @@ compositor after the callback is fired and as such the client must not attempt to use it after that point. - The data passed in the callback is the current time, in milliseconds. + The callback_data passed in the callback is the current time, in + milliseconds.