From 2eb8b240e1f2b266720055c2b7d6b2619aa66e3a Mon Sep 17 00:00:00 2001 From: Timidger Date: Sat, 2 Jun 2018 15:54:15 -0700 Subject: [PATCH] Added data field to wlr_subsurface --- include/wlr/types/wlr_surface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 0fa7e9c2..526e4e2c 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -62,6 +62,8 @@ struct wlr_subsurface { struct { struct wl_signal destroy; } events; + + void *data; }; struct wlr_surface {