21#ifndef __XWL_SURFACE_H__
22#define __XWL_SURFACE_H__
24#if defined(WLMAKER_HAVE_XWAYLAND)
26#include <libbase/libbase.h>
36struct wlr_xwayland_surface;
Definition xwl_surface.c:45
wlmaker_xwl_t * xwl_ptr
Definition xwl_surface.c:55
wlmaker_server_t * server_ptr
Definition xwl_surface.c:53
struct wlr_xwayland_surface * wlr_xwayland_surface_ptr
Definition xwl_surface.c:50
const bs_test_set_t wlmaker_xwl_surface_test_set
Definition xwl_surface.c:855
void wlmaker_xwl_surface_destroy(wlmaker_xwl_surface_t *xwl_surface_ptr)
Definition xwl_surface.c:241
wlmaker_xwl_surface_t * wlmaker_xwl_surface_create(struct wlr_xwayland_surface *wlr_xwayland_surface_ptr, wlmaker_xwl_t *xwl_ptr, wlmaker_server_t *server_ptr)
Definition xwl_surface.c:178