mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Added EGL interface for backends.
This commit is contained in:
parent
81998fdc98
commit
dbceaee9fa
5 changed files with 189 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue