Switch back to compositor cursor when leaving view

This commit is contained in:
emersion 2017-10-09 12:51:28 +02:00
parent c4c948c5d9
commit 4d157fe5de
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 23 additions and 5 deletions

View file

@ -79,6 +79,7 @@ struct roots_input {
struct wlr_xcursor_theme *theme;
struct wlr_xcursor *xcursor;
struct wlr_seat *wl_seat;
bool client_cursor;
enum roots_cursor_mode mode;
struct roots_view *active_view, *last_active_view;