mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
subcompositor: move+rename subsurface_parent_commit()
This commit is contained in:
parent
4cc3abb966
commit
3abedaf211
3 changed files with 52 additions and 45 deletions
8
include/types/wlr_subcompositor.h
Normal file
8
include/types/wlr_subcompositor.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue