mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-18 10:32:38 +00:00
Fix EGL build when using EGL 1.4 or earlier headers
This commit is contained in:
parent
a521093731
commit
ef23a80b16
@ -21,6 +21,7 @@ extern "C" {
|
|||||||
#ifndef EGL_VERSION_1_5
|
#ifndef EGL_VERSION_1_5
|
||||||
typedef intptr_t EGLAttrib;
|
typedef intptr_t EGLAttrib;
|
||||||
typedef void *EGLImage;
|
typedef void *EGLImage;
|
||||||
|
typedef khronos_utime_nanoseconds_t EGLTime;
|
||||||
|
|
||||||
typedef void *EGLSync;
|
typedef void *EGLSync;
|
||||||
#define EGL_NO_SYNC ((EGLSync)0)
|
#define EGL_NO_SYNC ((EGLSync)0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user