libweston: Introduce libweston-internal.h
Introduce a new private header file that only internal parts of the library are allowed to use and shouldn't be exposed in the public header of libweston. Start by adding by adding functions that operate on the 'weston_buffer*'. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
c2e18e896f
commit
a72e3716e8
@@ -28,6 +28,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "libweston-internal.h"
|
||||
|
||||
#ifdef ENABLE_EGL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user