wlroots-hyprland/include/types/wlr_subcompositor.h

9 lines
192 B
C

#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