From 45a3b761a6058bb83f1a5ebfc18b517a680be659 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Thu, 14 Sep 2017 08:39:57 -0400 Subject: xdg-surface-v6: add events --- include/wlr/types/wlr_xdg_shell_v6.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 890f404f..6e2f43c4 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -52,6 +52,12 @@ struct wlr_xdg_surface_v6 { struct wl_listener surface_destroy_listener; struct wl_listener surface_commit_listener; + struct { + struct wl_signal request_minimize; + struct wl_signal commit; + struct wl_signal destroy; + } events; + void *data; }; -- cgit v1.2.3