aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_wl_shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 3d190588..11d30d95 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -53,6 +53,8 @@ struct wlr_wl_shell_surface {
char *title;
char *class;
+ struct wl_listener surface_destroy_listener;
+
struct {
struct wl_signal destroy;
struct wl_signal ping_timeout;