From a38baec1f89d423dea4be85a6233fed26d13732f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 1 Jul 2021 22:12:32 +0200 Subject: buffer: make enum wlr_buffer_cap public Custom backends and renderers need to implement wlr_backend_impl.get_buffer_caps and wlr_renderer_impl.get_render_buffer_caps. They can't if enum wlr_buffer_cap isn't made public. --- render/shm_allocator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render/shm_allocator.c') diff --git a/render/shm_allocator.c b/render/shm_allocator.c index 2066b125..1797433f 100644 --- a/render/shm_allocator.c +++ b/render/shm_allocator.c @@ -7,7 +7,6 @@ #include "render/pixel_format.h" #include "render/shm_allocator.h" #include "util/shm.h" -#include "types/wlr_buffer.h" static const struct wlr_buffer_impl buffer_impl; -- cgit v1.2.3