diff options
author | Tiago Vignatti <tiago.vignatti@intel.com> | 2011-07-14 18:56:51 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-07-15 15:04:50 -0400 |
commit | 068ba750caebb62aaef20ac3452ce23e066c7239 (patch) | |
tree | e909083783df1af8cb73075d0b4e1d65863950ec | |
parent | a9ef785cf83731b82334b22894dd01ee6ada66c8 (diff) |
protocol: fix key event and related comments
-rw-r--r-- | protocol/wayland.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index fec9135..79bb3ea 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"/> |