aboutsummaryrefslogtreecommitdiff
path: root/render/shm_allocator.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-07-01 22:12:32 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-07-01 16:40:19 -0400
commita38baec1f89d423dea4be85a6233fed26d13732f (patch)
tree97803d29bafb5205981d9d1a7e3075a245a1f87b /render/shm_allocator.c
parent29be2d47e44bd1ac74b91f393f6b1e60f01ffa51 (diff)
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.
Diffstat (limited to 'render/shm_allocator.c')
-rw-r--r--render/shm_allocator.c1
1 files changed, 0 insertions, 1 deletions
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;