aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-30 10:53:18 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-30 10:53:18 -0400
commit642e911ca7a238601dacd4ef91ec55bfffc1764a (patch)
tree37f052eee9461d9e9178b7e160b6a1ba38adae83 /include
parentc0c3b97812ecccfa9f338d1029d7777b23b1c0b3 (diff)
Handle set_cursor requests from clients
Allow clients to set a custom cursor if they have the seat's pointer focus.
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index a16b793b..64917ce5 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -9,6 +9,7 @@ struct sway_cursor {
struct wlr_xcursor_manager *xcursor_manager;
double x, y;
+ struct wl_client *image_client;
struct wl_listener motion;
struct wl_listener motion_absolute;