Class wl_compositor_interface

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

public class wl_compositor_interface extends Object
struct wl_compositor_interface {
    void (*create_surface)(struct wl_client *, struct wl_resource *, uint32_t);
    void (*create_region)(struct wl_client *, struct wl_resource *, uint32_t);
}