input: Move sprite fields into weston_pointer from weston_seat
diff --git a/src/compositor.h b/src/compositor.h
index 9525a32..b6e62a6 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -295,6 +295,10 @@
uint32_t focus_serial;
struct wl_signal focus_signal;
+ struct weston_surface *sprite;
+ struct wl_listener sprite_destroy_listener;
+ int32_t hotspot_x, hotspot_y;
+
struct weston_pointer_grab *grab;
struct weston_pointer_grab default_grab;
wl_fixed_t grab_x, grab_y;
@@ -436,9 +440,6 @@
struct wl_signal destroy_signal;
struct weston_compositor *compositor;
- struct weston_surface *sprite;
- struct wl_listener sprite_destroy_listener;
- int32_t hotspot_x, hotspot_y;
struct wl_list link;
enum weston_keyboard_modifier modifier_state;
struct weston_surface *saved_kbd_focus;