protocol: Fix some typos in protocol files
Signed-off-by: Seedo Eldho Paul <seedoeldhopaul@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
86b5396d89
commit
95292f22f4
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
ARBITRARY_MODE:
|
ARBITRARY_MODE:
|
||||||
This is a hint to the client that indicates that the compositor is
|
This is a hint to the client that indicates that the compositor is
|
||||||
capable of setting practially any mode on its outputs. If this
|
capable of setting practically any mode on its outputs. If this
|
||||||
capability is provided, wl_fullscreen_shell.present_surface_for_mode
|
capability is provided, wl_fullscreen_shell.present_surface_for_mode
|
||||||
will almost never fail and clients should feel free to set whatever
|
will almost never fail and clients should feel free to set whatever
|
||||||
mode they like. If the compositor does not advertise this, it may
|
mode they like. If the compositor does not advertise this, it may
|
||||||
@@ -72,9 +72,9 @@
|
|||||||
When the wl_fullscreen_shell interface is bound, this event is emitted
|
When the wl_fullscreen_shell interface is bound, this event is emitted
|
||||||
once for each capability advertised. Valid capabilities are given by
|
once for each capability advertised. Valid capabilities are given by
|
||||||
the wl_fullscreen_shell.capability enum. If clients want to take
|
the wl_fullscreen_shell.capability enum. If clients want to take
|
||||||
advantage of any of these capabilities, they sould use a
|
advantage of any of these capabilities, they should use a
|
||||||
wl_display.sync request immediatly after binding to ensure that they
|
wl_display.sync request immediately after binding to ensure that they
|
||||||
recieve all the capability events.
|
receive all the capability events.
|
||||||
</description>
|
</description>
|
||||||
<arg name="capabilty" type="uint"/>
|
<arg name="capabilty" type="uint"/>
|
||||||
</event>
|
</event>
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
outputs.
|
outputs.
|
||||||
|
|
||||||
The method parameter is a hint to the compositor for how the surface
|
The method parameter is a hint to the compositor for how the surface
|
||||||
is to be presented. In particular, it tells the compostior how to
|
is to be presented. In particular, it tells the compositor how to
|
||||||
handle a size mismatch between the presented surface and the
|
handle a size mismatch between the presented surface and the
|
||||||
output. The compositor is free to ignore this parameter.
|
output. The compositor is free to ignore this parameter.
|
||||||
|
|
||||||
|
|||||||
@@ -110,7 +110,7 @@
|
|||||||
<request name="cursor_position">
|
<request name="cursor_position">
|
||||||
<description summary="set cursor to a new position">
|
<description summary="set cursor to a new position">
|
||||||
Sets the cursor and anchor to a new position. Index is the new cursor
|
Sets the cursor and anchor to a new position. Index is the new cursor
|
||||||
position in bytess (when >= 0 relative to the end of inserted text
|
position in bytes (when >= 0 relative to the end of inserted text
|
||||||
else relative to beginning of inserted text). Anchor is the new anchor
|
else relative to beginning of inserted text). Anchor is the new anchor
|
||||||
position in bytes (when >= 0 relative to the end of inserted text, else
|
position in bytes (when >= 0 relative to the end of inserted text, else
|
||||||
relative to beginning of inserted text). When there should be no
|
relative to beginning of inserted text). When there should be no
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
able to query the current clock value directly, not by asking
|
able to query the current clock value directly, not by asking
|
||||||
the compositor.
|
the compositor.
|
||||||
|
|
||||||
On Linux/glibc, the identifer value is one of the clockid_t
|
On Linux/glibc, the identifier value is one of the clockid_t
|
||||||
values accepted by clock_gettime(). clock_gettime() is defined
|
values accepted by clock_gettime(). clock_gettime() is defined
|
||||||
by POSIX.1-2001.
|
by POSIX.1-2001.
|
||||||
|
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
completion events from the system, and the latency of the
|
completion events from the system, and the latency of the
|
||||||
physical display path if known.
|
physical display path if known.
|
||||||
|
|
||||||
This event is preceeded by all related sync_output events
|
This event is preceded by all related sync_output events
|
||||||
telling which output's refresh cycle the feedback corresponds
|
telling which output's refresh cycle the feedback corresponds
|
||||||
to, i.e. the main output for the surface. Compositors are
|
to, i.e. the main output for the surface. Compositors are
|
||||||
recommended to choose the output containing the largest part
|
recommended to choose the output containing the largest part
|
||||||
|
|||||||
+1
-1
@@ -214,7 +214,7 @@
|
|||||||
(for example on unfocus).
|
(for example on unfocus).
|
||||||
|
|
||||||
The text input should also handle all preedit_style and preedit_cursor
|
The text input should also handle all preedit_style and preedit_cursor
|
||||||
events occuring directly before preedit_string.
|
events occurring directly before preedit_string.
|
||||||
</description>
|
</description>
|
||||||
<arg name="serial" type="uint" summary="serial of the latest known text input state"/>
|
<arg name="serial" type="uint" summary="serial of the latest known text input state"/>
|
||||||
<arg name="text" type="string"/>
|
<arg name="text" type="string"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user