From 3f1c4f5be799a63ddd75284847bf0e78f77369bf Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 22 Jan 2018 16:01:32 +0100 Subject: rootston: damage tracking for wl_shell --- include/wlr/types/wlr_wl_shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h index 375477c7..00f2bb69 100644 --- a/include/wlr/types/wlr_wl_shell.h +++ b/include/wlr/types/wlr_wl_shell.h @@ -79,6 +79,7 @@ struct wlr_wl_shell_surface { struct { struct wl_signal destroy; struct wl_signal ping_timeout; + struct wl_signal new_popup; struct wl_signal request_move; struct wl_signal request_resize; -- cgit v1.2.3