Class wl_subcompositor_interface

java.lang.Object
org.freedesktop.wayland.raw.wl_subcompositor_interface

public class wl_subcompositor_interface extends Object
struct wl_subcompositor_interface {
    void (*destroy)(struct wl_client *, struct wl_resource *);
    void (*get_subsurface)(struct wl_client *, struct wl_resource *, uint32_t, struct wl_resource *, struct wl_resource *);
}