aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/input.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-17 09:22:43 -0400
committerGitHub <noreply@github.com>2017-10-17 09:22:43 -0400
commit62371a9974c5c86f151a702042d67cc73dcb4708 (patch)
treec1b7350ea8bc1644c301d22514071d57155c30c5 /include/rootston/input.h
parent703a37bb9fae876bd5ec8d1781353c57708c0cf6 (diff)
parent786f4bdd4d79f5aaa9fd4f7872553a5f3afe98f9 (diff)
Merge pull request #257 from emersion/fix-client-cursors
[WIP] Fix client cursors
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r--include/rootston/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index fbabbdb6..516104a7 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -79,7 +79,7 @@ struct roots_input {
struct wlr_xcursor_theme *theme;
struct wlr_xcursor *xcursor;
struct wlr_seat *wl_seat;
- struct roots_view *client_cursor_view;
+ struct wl_client *cursor_client;
enum roots_cursor_mode mode;
struct roots_view *active_view, *last_active_view;