mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
backend/wayland: remember cursor state so that we can call update_wl_output_cursor arbitrarily
This commit is contained in:
parent
e14c3e1e1a
commit
f8733c40d0
2 changed files with 39 additions and 28 deletions
|
|
@ -95,6 +95,7 @@ struct wlr_wl_output {
|
|||
struct {
|
||||
struct wlr_wl_pointer *pointer;
|
||||
struct wl_surface *surface;
|
||||
struct wlr_buffer *buffer;
|
||||
int32_t hotspot_x, hotspot_y;
|
||||
} cursor;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue