From f8e70af31862970fe5b92e3beea2137bdf1bef21 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Sun, 27 Nov 2022 20:32:25 -0700 Subject: wlr_xdg_activation_v1: add new_token event --- include/wlr/types/wlr_xdg_activation_v1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/types/wlr_xdg_activation_v1.h b/include/wlr/types/wlr_xdg_activation_v1.h index f36be464..f7b038b8 100644 --- a/include/wlr/types/wlr_xdg_activation_v1.h +++ b/include/wlr/types/wlr_xdg_activation_v1.h @@ -46,6 +46,7 @@ struct wlr_xdg_activation_v1 { struct { struct wl_signal destroy; struct wl_signal request_activate; // struct wlr_xdg_activation_v1_request_activate_event + struct wl_signal new_token; // struct wlr_xdg_activation_token_v1 } events; // private state -- cgit v1.2.3