mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix hardware cursors scale & transform
This commit is contained in:
parent
8e831cd416
commit
13098a18ea
5 changed files with 49 additions and 19 deletions
|
|
@ -55,6 +55,7 @@ struct wlr_wl_output {
|
|||
struct wl_surface *surface;
|
||||
struct wl_egl_window *egl_window;
|
||||
int32_t hotspot_x, hotspot_y;
|
||||
int32_t width, height;
|
||||
} cursor;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue