summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 19:08:39 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-30 19:08:39 -0400
commit70d9dc0b9ee9639011604a35b38b8ea03983e952 (patch)
treee2596e9cfa113efa43f2a411176c31e6208a58b1 /include
parentMerge pull request #1665 from emersion/damage-tracking-lite (diff)
parentMerge branch 'wlroots' into client-cursors (diff)
downloadsway-70d9dc0b9ee9639011604a35b38b8ea03983e952.tar.gz
sway-70d9dc0b9ee9639011604a35b38b8ea03983e952.tar.zst
sway-70d9dc0b9ee9639011604a35b38b8ea03983e952.zip
Merge pull request #1660 from emersion/client-cursors
Handle set_cursor requests from clients
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 {
9 struct wlr_xcursor_manager *xcursor_manager; 9 struct wlr_xcursor_manager *xcursor_manager;
10 10
11 double x, y; 11 double x, y;
12 struct wl_client *image_client;
12 13
13 struct wl_listener motion; 14 struct wl_listener motion;
14 struct wl_listener motion_absolute; 15 struct wl_listener motion_absolute;