Switch back to compositor cursor when switching from one view to another

This commit is contained in:
emersion 2017-10-09 13:12:38 +02:00
parent f44c44502d
commit 8492174088
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 9 additions and 10 deletions

View file

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