mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix EGL build when using EGL 1.4 or earlier headers
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user