Merge pull request #257 from emersion/fix-client-cursors

[WIP] Fix client cursors
This commit is contained in:
Drew DeVault 2017-10-17 09:22:43 -04:00 committed by GitHub
commit 62371a9974
7 changed files with 82 additions and 31 deletions

View file

@ -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;