cage: add relative-pointer-unstable-v1 support

This commit is contained in:
Jonathan GUILLOT 2023-11-09 17:14:37 +01:00 committed by Jonathan GUILLOT
parent f476926788
commit d6a4da0142
4 changed files with 36 additions and 12 deletions

2
seat.h
View file

@ -27,7 +27,7 @@ struct cg_seat {
struct wlr_cursor *cursor;
struct wlr_xcursor_manager *xcursor_manager;
struct wl_listener cursor_motion;
struct wl_listener cursor_motion_relative;
struct wl_listener cursor_motion_absolute;
struct wl_listener cursor_button;
struct wl_listener cursor_axis;