From 19e30aab9bd7a0d572e065374d52a4cb0b160d5f Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 29 Sep 2017 08:58:17 -0400 Subject: subcompositor protocol errors --- include/wlr/types/wlr_surface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index b6d5f79f..38d6b453 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -114,4 +114,9 @@ int wlr_surface_set_role(struct wlr_surface *surface, const char *role, void wlr_surface_make_subsurface(struct wlr_surface *surface, struct wlr_surface *parent, uint32_t id); +/** + * Get the top of the subsurface tree for this surface. + */ +struct wlr_surface *wlr_surface_get_main_surface(struct wlr_surface *surface); + #endif -- cgit v1.2.3