aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/render.h')
-rw-r--r--include/wlr/render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/render.h b/include/wlr/render.h
index 30648a20..4de2432d 100644
--- a/include/wlr/render.h
+++ b/include/wlr/render.h
@@ -57,6 +57,8 @@ struct wlr_surface {
bool valid;
uint32_t format;
int width, height;
+ struct wl_signal destroy_signal;
+ struct wl_resource *resource;
};
/**