aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-22 16:01:32 +0100
committeremersion <contact@emersion.fr>2018-01-22 16:01:32 +0100
commit3f1c4f5be799a63ddd75284847bf0e78f77369bf (patch)
treea850df187e7fba4c4e644600bf32bb05e375ac20 /include/wlr
parenta8cb02f585dcee9d72beb97c8fc78e2e63d6ac2d (diff)
rootston: damage tracking for wl_shell
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_wl_shell.h1
1 files changed, 1 insertions, 0 deletions
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;