EGL: Replace native handle macros with functions

From upstream: d7f7b0e1b5.
This commit is contained in:
Luflosi
2020-06-26 12:11:48 +02:00
parent 57e6e7b2c5
commit d7a7509da6
10 changed files with 41 additions and 31 deletions

View File

@@ -34,9 +34,8 @@
#define _GLFW_PLATFORM_CONTEXT_STATE
#define _GLFW_PLATFORM_CURSOR_STATE
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE
#define _GLFW_EGL_CONTEXT_STATE
#define _GLFW_EGL_LIBRARY_CONTEXT_STATE
#include "egl_context.h"
#include "osmesa_context.h"
#include "posix_time.h"
#include "posix_thread.h"