mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
Hook up set_cursor in rootston
This commit is contained in:
parent
0c9a26828a
commit
b79d11395c
4 changed files with 46 additions and 5 deletions
|
|
@ -81,6 +81,7 @@ struct wlr_tablet_v2_event_cursor {
|
|||
uint32_t serial;
|
||||
int32_t hotspot_x;
|
||||
int32_t hotspot_y;
|
||||
struct wlr_seat_client *seat_client;
|
||||
};
|
||||
|
||||
struct wlr_tablet_v2_event_feedback {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue