mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -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
|
|
@ -118,6 +118,7 @@ struct roots_tablet_tool_tool {
|
|||
|
||||
struct roots_seat *seat;
|
||||
|
||||
struct wl_listener set_cursor;
|
||||
struct wl_listener tool_destroy;
|
||||
|
||||
struct roots_tablet_tool *current_tablet;
|
||||
|
|
|
|||
|
|
@ -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