summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-11-23 14:28:28 +1000
committerBryce Harrington <bryce@osg.samsung.com>2015-11-23 23:48:27 -0800
commitd5f22d29dfb46b755b1d0565c20fbf092a06526b (patch)
treebece5493c83b63e4837f85b830f0029ad8d9e4c4
parenta5ef9304fe342cf012aba36cef066f61b03236d7 (diff)
downloadwayland-d5f22d29dfb46b755b1d0565c20fbf092a06526b.tar.gz
protocol: fix a couple of whitespace issues
8 spaces is one tab Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--protocol/wayland.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 525e092..f9e6d76 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1347,7 +1347,7 @@
<event name="capabilities">
<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
enum containing the complete set of capabilities this seat has.
</description>
@@ -1356,33 +1356,33 @@
<request name="get_pointer">
<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.
- This request only takes effect if the seat has the pointer
- capability.
+ This request only takes effect if the seat has the pointer
+ capability.
</description>
<arg name="id" type="new_id" interface="wl_pointer"/>
</request>
<request name="get_keyboard">
<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.
- This request only takes effect if the seat has the keyboard
- capability.
+ This request only takes effect if the seat has the keyboard
+ capability.
</description>
<arg name="id" type="new_id" interface="wl_keyboard"/>
</request>
<request name="get_touch">
<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.
- This request only takes effect if the seat has the touch
- capability.
+ This request only takes effect if the seat has the touch
+ capability.
</description>
<arg name="id" type="new_id" interface="wl_touch"/>
</request>
@@ -1568,7 +1568,7 @@
<request name="release" type="destructor" since="3">
<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.
This request destroys the pointer proxy object, so user must not call