mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/wayland: only set one pointer listener
This commit is contained in:
parent
9e7a997433
commit
ddac792b61
3 changed files with 55 additions and 17 deletions
|
|
@ -32,6 +32,7 @@ struct wlr_wl_backend {
|
|||
struct wl_shm *shm;
|
||||
struct wl_seat *seat;
|
||||
struct wl_pointer *pointer;
|
||||
struct wlr_wl_pointer *current_pointer;
|
||||
char *seat_name;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue