mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-29 07:58:19 -04:00
protocol: fix a couple of whitespace issues
8 spaces is one tab Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a5ef9304fe
commit
d5f22d29df
1 changed files with 11 additions and 11 deletions
|
|
@ -1347,7 +1347,7 @@
|
||||||
|
|
||||||
<event name="capabilities">
|
<event name="capabilities">
|
||||||
<description summary="seat capabilities changed">
|
<description summary="seat capabilities changed">
|
||||||
This is emitted whenever a seat gains or loses the pointer,
|
This is emitted whenever a seat gains or loses the pointer,
|
||||||
keyboard or touch capabilities. The argument is a capability
|
keyboard or touch capabilities. The argument is a capability
|
||||||
enum containing the complete set of capabilities this seat has.
|
enum containing the complete set of capabilities this seat has.
|
||||||
</description>
|
</description>
|
||||||
|
|
@ -1356,33 +1356,33 @@
|
||||||
|
|
||||||
<request name="get_pointer">
|
<request name="get_pointer">
|
||||||
<description summary="return pointer object">
|
<description summary="return pointer object">
|
||||||
The ID provided will be initialized to the wl_pointer interface
|
The ID provided will be initialized to the wl_pointer interface
|
||||||
for this seat.
|
for this seat.
|
||||||
|
|
||||||
This request only takes effect if the seat has the pointer
|
This request only takes effect if the seat has the pointer
|
||||||
capability.
|
capability.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="wl_pointer"/>
|
<arg name="id" type="new_id" interface="wl_pointer"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<request name="get_keyboard">
|
<request name="get_keyboard">
|
||||||
<description summary="return keyboard object">
|
<description summary="return keyboard object">
|
||||||
The ID provided will be initialized to the wl_keyboard interface
|
The ID provided will be initialized to the wl_keyboard interface
|
||||||
for this seat.
|
for this seat.
|
||||||
|
|
||||||
This request only takes effect if the seat has the keyboard
|
This request only takes effect if the seat has the keyboard
|
||||||
capability.
|
capability.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="wl_keyboard"/>
|
<arg name="id" type="new_id" interface="wl_keyboard"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<request name="get_touch">
|
<request name="get_touch">
|
||||||
<description summary="return touch object">
|
<description summary="return touch object">
|
||||||
The ID provided will be initialized to the wl_touch interface
|
The ID provided will be initialized to the wl_touch interface
|
||||||
for this seat.
|
for this seat.
|
||||||
|
|
||||||
This request only takes effect if the seat has the touch
|
This request only takes effect if the seat has the touch
|
||||||
capability.
|
capability.
|
||||||
</description>
|
</description>
|
||||||
<arg name="id" type="new_id" interface="wl_touch"/>
|
<arg name="id" type="new_id" interface="wl_touch"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
@ -1568,7 +1568,7 @@
|
||||||
|
|
||||||
<request name="release" type="destructor" since="3">
|
<request name="release" type="destructor" since="3">
|
||||||
<description summary="release the pointer object">
|
<description summary="release the pointer object">
|
||||||
Using this request client can tell the server that it is not going to
|
Using this request client can tell the server that it is not going to
|
||||||
use the pointer object anymore.
|
use the pointer object anymore.
|
||||||
|
|
||||||
This request destroys the pointer proxy object, so user must not call
|
This request destroys the pointer proxy object, so user must not call
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue