Hook up set_cursor in rootston

This commit is contained in:
Markus Ongyerth 2018-05-17 09:59:37 +02:00
parent 0c9a26828a
commit b79d11395c
4 changed files with 46 additions and 5 deletions

View file

@ -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 {