render/allocator: make wlr_allocator part of the public API

This commit is contained in:
Simon Zeni 2021-11-09 09:42:22 -05:00 committed by Simon Ser
parent ab16861e86
commit 02a1ae169e
6 changed files with 70 additions and 48 deletions

View file

@ -3,6 +3,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <wlr/render/allocator.h>
#include <wlr/util/log.h>
#include <xf86drm.h>
#include <xf86drmMode.h>