mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Check pointer focused surface instead of view at cursor
This commit is contained in:
parent
19860c03f7
commit
29abf93bb6
2 changed files with 13 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue