From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 09 Apr 2019 02:22:50 +0000
Subject: [PATCH] updae source to 2.0.9 source
---
source/src/video/SDL_egl_c.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/source/src/video/SDL_egl_c.h b/source/src/video/SDL_egl_c.h
index 80b1319..d1c4129 100644
--- a/source/src/video/SDL_egl_c.h
+++ b/source/src/video/SDL_egl_c.h
@@ -36,6 +36,7 @@
EGLConfig egl_config;
int egl_swapinterval;
int egl_surfacetype;
+ int egl_version_major, egl_version_minor;
EGLDisplay(EGLAPIENTRY *eglGetDisplay) (NativeDisplayType display);
EGLDisplay(EGLAPIENTRY *eglGetPlatformDisplay) (EGLenum platform,
--
Gitblit v1.9.3