diff options
| author | Simon Ser <contact@emersion.fr> | 2023-06-22 11:09:48 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2023-07-19 11:01:17 +0000 |
| commit | 72da004b3eed19a94265d564f1fa59276ceb4340 (patch) | |
| tree | cb3d3ac925696f1259f675d26a9c4aff4c5ea550 /protocol | |
| parent | Add a triage-policies file for bugbot (diff) | |
| download | wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar.gz wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar.bz2 wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar.lz wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar.xz wayland-72da004b3eed19a94265d564f1fa59276ceb4340.tar.zst wayland-72da004b3eed19a94265d564f1fa59276ceb4340.zip | |
protocol: fix whitespace
This file uses tabs instead of 8 spaces.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 2d5cbe4..5efe562 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -262,11 +262,11 @@ created, but using the new size. This request can only be used to make the pool bigger. - This request only changes the amount of bytes that are mmapped - by the server and does not touch the file corresponding to the - file descriptor passed at creation time. It is the client's - responsibility to ensure that the file is at least as big as - the new pool size. + This request only changes the amount of bytes that are mmapped + by the server and does not touch the file corresponding to the + file descriptor passed at creation time. It is the client's + responsibility to ensure that the file is at least as big as + the new pool size. </description> <arg name="size" type="int" summary="new size of the pool, in bytes"/> </request> @@ -1435,7 +1435,7 @@ <entry name="invalid_size" value="2" summary="buffer size is invalid"/> <entry name="invalid_offset" value="3" summary="buffer offset is invalid"/> <entry name="defunct_role_object" value="4" - summary="surface was destroyed before its role object"/> + summary="surface was destroyed before its role object"/> </enum> <request name="destroy" type="destructor"> @@ -1464,9 +1464,9 @@ When the bound wl_surface version is 5 or higher, passing any non-zero x or y is a protocol violation, and will result in an - 'invalid_offset' error being raised. The x and y arguments are ignored - and do not change the pending state. To achieve equivalent semantics, - use wl_surface.offset. + 'invalid_offset' error being raised. The x and y arguments are ignored + and do not change the pending state. To achieve equivalent semantics, + use wl_surface.offset. Surface contents are double-buffered state, see wl_surface.commit. |
