From 0df7a3c22d3d6c2bc8969f1c4e4d10e2aa148325 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 1 Nov 2017 18:15:37 +0100 Subject: Add wlr_seat_pointer_request_set_cursor_event.serial --- include/wlr/types/wlr_seat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index b1872a3d..b8b467d2 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -142,6 +142,7 @@ struct wlr_seat { struct wlr_seat_pointer_request_set_cursor_event { struct wlr_seat_client *seat_client; struct wlr_surface *surface; + uint32_t serial; int32_t hotspot_x, hotspot_y; }; -- cgit v1.2.3