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:
Marius Vlad
2019-07-10 13:46:39 +03:00
committed by Daniel Stone
parent c2e18e896f
commit a72e3716e8
7 changed files with 66 additions and 16 deletions
+1
View File
@@ -28,6 +28,7 @@
#include <stdint.h>
#include <libweston/libweston.h>
#include "libweston-internal.h"
#ifdef ENABLE_EGL