diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-11-13 20:39:01 +0100 |
|---|---|---|
| committer | Daniel Stone <daniels@collabora.com> | 2020-06-05 11:05:20 +0000 |
| commit | 95a3272625296293c1d508e79a6e670b1af2abca (patch) | |
| tree | 715c3786658a16d1a3e80d28f5f8646fe6de488b | |
| parent | protocol: add seat missing_capability error (diff) | |
| download | wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar.gz wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar.bz2 wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar.lz wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar.xz wayland-95a3272625296293c1d508e79a6e670b1af2abca.tar.zst wayland-95a3272625296293c1d508e79a6e670b1af2abca.zip | |
cursor: Use spaces for alignment in the header
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
| -rw-r--r-- | cursor/wayland-cursor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cursor/wayland-cursor.h b/cursor/wayland-cursor.h index 40d3fc5..01144c4 100644 --- a/cursor/wayland-cursor.h +++ b/cursor/wayland-cursor.h @@ -37,11 +37,11 @@ struct wl_buffer; struct wl_shm; struct wl_cursor_image { - uint32_t width; /* actual width */ - uint32_t height; /* actual height */ - uint32_t hotspot_x; /* hot spot x (must be inside image) */ - uint32_t hotspot_y; /* hot spot y (must be inside image) */ - uint32_t delay; /* animation delay to next frame (ms) */ + uint32_t width; /* actual width */ + uint32_t height; /* actual height */ + uint32_t hotspot_x; /* hot spot x (must be inside image) */ + uint32_t hotspot_y; /* hot spot y (must be inside image) */ + uint32_t delay; /* animation delay to next frame (ms) */ }; struct wl_cursor { |
