[PATCH] wl_surface: clarify the base of time passed in the callback of frame
Pekka Paalanen
ppaalanen at gmail.com
Thu Aug 21 01:52:12 PDT 2014
On Thu, 21 Aug 2014 00:25:36 +0900
Ryo Munakata <ryomnktml at gmail.com> wrote:
> Signed-off-by: Ryo Munakata <ryomnktml at gmail.com>
> ---
> protocol/wayland.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 2d57f69..bb457bc 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -1100,7 +1100,7 @@
> attempt to use it after that point.
>
> The callback_data passed in the callback is the current time, in
> - milliseconds.
> + milliseconds, with an undefined base.
> </description>
>
> <arg name="callback" type="new_id" interface="wl_callback"/>
Heh, sure. Pushed. :-)
The clock_gettime manual uses the term "some unspecified starting
point", but I suppose this works well enough.
Thanks,
pq
More information about the wayland-devel
mailing list