|
|
@ -87,9 +87,6 @@ display_get_cairo_device(struct display *display); |
|
|
|
struct wl_compositor * |
|
|
|
struct wl_compositor * |
|
|
|
display_get_compositor(struct display *display); |
|
|
|
display_get_compositor(struct display *display); |
|
|
|
|
|
|
|
|
|
|
|
struct wl_shell * |
|
|
|
|
|
|
|
display_get_shell(struct display *display); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct output * |
|
|
|
struct output * |
|
|
|
display_get_output(struct display *display); |
|
|
|
display_get_output(struct display *display); |
|
|
|
|
|
|
|
|
|
|
@ -349,9 +346,6 @@ window_get_surface(struct window *window); |
|
|
|
struct wl_surface * |
|
|
|
struct wl_surface * |
|
|
|
window_get_wl_surface(struct window *window); |
|
|
|
window_get_wl_surface(struct window *window); |
|
|
|
|
|
|
|
|
|
|
|
struct wl_shell_surface * |
|
|
|
|
|
|
|
window_get_wl_shell_surface(struct window *window); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum window_buffer_type { |
|
|
|
enum window_buffer_type { |
|
|
|
WINDOW_BUFFER_TYPE_EGL_WINDOW, |
|
|
|
WINDOW_BUFFER_TYPE_EGL_WINDOW, |
|
|
|
WINDOW_BUFFER_TYPE_SHM, |
|
|
|
WINDOW_BUFFER_TYPE_SHM, |
|
|
|