cursor: Use spaces for alignment in the header
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Wed, 13 Nov 2019 19:39:01 +0000 (20:39 +0100)
committerDaniel Stone <daniels@collabora.com>
Fri, 5 Jun 2020 11:05:20 +0000 (11:05 +0000)
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
cursor/wayland-cursor.h

index 40d3fc5..01144c4 100644 (file)
@@ -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 {