aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-12 14:28:37 +0200
committeremersion <contact@emersion.fr>2017-10-12 14:28:37 +0200
commit29abf93bb6a52101a53ece0b23e3b24c593a737e (patch)
tree40d3fa4fa81dca872b525fb5f0fe3175b987dbdd /include/rootston
parent19860c03f7567bd85ffd735ce2ccc90c454dd5b1 (diff)
Check pointer focused surface instead of view at cursor
Diffstat (limited to 'include/rootston')
-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;