summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/input.h b/include/swaybar/input.h
index 2d38f7a7..6557a29e 100644
--- a/include/swaybar/input.h
+++ b/include/swaybar/input.h
@@ -18,7 +18,7 @@ struct swaybar_pointer {
18 struct wl_cursor_image *cursor_image; 18 struct wl_cursor_image *cursor_image;
19 struct wl_surface *cursor_surface; 19 struct wl_surface *cursor_surface;
20 struct swaybar_output *current; 20 struct swaybar_output *current;
21 int x, y; 21 double x, y;
22 uint32_t serial; 22 uint32_t serial;
23}; 23};
24 24