mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Transform cursor hotspot, fix wayland cursor hotspot
This commit is contained in:
parent
6656e25fd4
commit
95566c6bdf
6 changed files with 150 additions and 110 deletions
|
|
@ -15,6 +15,7 @@ struct wlr_output_mode {
|
|||
struct wlr_output_cursor {
|
||||
struct wlr_output *output;
|
||||
int32_t x, y;
|
||||
uint32_t width, height;
|
||||
int32_t hotspot_x, hotspot_y;
|
||||
struct wl_list link;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue