mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-13 05:34:19 -04:00
seat: listen on the wlr_cursor.frame event
This is now required with wlroots 0.3, see https://github.com/swaywm/wlroots/releases/tag/0.3 and https://github.com/swaywm/wlroots/pull/1503.
This commit is contained in:
parent
9d825d6dc7
commit
202f74f21a
2 changed files with 13 additions and 0 deletions
1
seat.h
1
seat.h
|
|
@ -30,6 +30,7 @@ struct cg_seat {
|
|||
struct wl_listener cursor_motion_absolute;
|
||||
struct wl_listener cursor_button;
|
||||
struct wl_listener cursor_axis;
|
||||
struct wl_listener cursor_frame;
|
||||
|
||||
int32_t touch_id;
|
||||
double touch_x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue