mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Switch back to compositor cursor when leaving view
This commit is contained in:
parent
c4c948c5d9
commit
4d157fe5de
2 changed files with 23 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue