subcompositor: consider mapping on parent map

Fixes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3654
This commit is contained in:
Kirill Primak 2023-06-03 15:43:18 +03:00 committed by Isaac Freund
parent a2f94b500c
commit 49e9be62ae
3 changed files with 11 additions and 2 deletions

View file

@ -3,6 +3,7 @@
#include <wlr/types/wlr_subcompositor.h>
void subsurface_consider_map(struct wlr_subsurface *subsurface);
void subsurface_handle_parent_commit(struct wlr_subsurface *subsurface);
#endif