Added EGL interface for backends.

This commit is contained in:
Scott Anderson 2017-05-03 17:04:41 +12:00
parent 81998fdc98
commit dbceaee9fa
5 changed files with 189 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#ifndef _WLR_COMMON_LOG_H
#define _WLR_COMMON_LOG_H
#include <stdbool.h>
#include <stdarg.h>
typedef enum {
L_SILENT = 0,