[PATCH wayland] protocol: fix key event and related comments
Kristian Høgsberg
krh at bitplanet.net
Fri Jul 15 12:08:59 PDT 2011
On Thu, Jul 14, 2011 at 11:56 AM, Tiago Vignatti
<tiago.vignatti at intel.com> wrote:
> ---
> protocol/wayland.xml | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Thanks, pushed.
Kristian
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 8d8afa4..8622088 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -10,9 +10,9 @@
> <arg name="version" type="uint"/>
> </request>
>
> - <!-- sync is an just an echo, which will reply with a sync event.
> + <!-- sync is an just an echo, which will reply with a key event.
> Since requests are handled in-order, this can be used as a
> - barrier to ensure all previous requests have ben handled.
> + barrier to ensure all previous requests have been handled.
> The key argument can be used to correlate between multiple
> sync invocations. -->
> <request name="sync">
> @@ -70,7 +70,7 @@
> <!-- A reply to the frame or sync request. The key is the one
> used in the request. time is in millisecond units, and
> denotes the time when the frame was posted on the
> - display. time can be used to estimaate frame rate, determine
> + display. time can be used to estimate frame rate, determine
> how much to advance animations and compensate for jitter. -->
> <event name="key">
> <arg name="key" type="uint"/>
> --
> 1.7.2.2
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
More information about the wayland-devel
mailing list