subcompositor: move+rename subsurface_parent_commit()

This commit is contained in:
Kirill Primak 2022-09-12 19:02:54 +03:00 committed by Simon Ser
parent 4cc3abb966
commit 3abedaf211
3 changed files with 52 additions and 45 deletions

View file

@ -0,0 +1,8 @@
#ifndef TYPES_WLR_SUBCOMPOSITOR_H
#define TYPES_WLR_SUBCOMPOSITOR_H
#include <wlr/types/wlr_subcompositor.h>
void subsurface_handle_parent_commit(struct wlr_subsurface *subsurface);
#endif