diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/modules/engines/gl_sdl/evas_engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/evas/src/modules/engines/gl_sdl/evas_engine.h b/legacy/evas/src/modules/engines/gl_sdl/evas_engine.h index 7d46720d34..adc03b9357 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/evas_engine.h +++ b/legacy/evas/src/modules/engines/gl_sdl/evas_engine.h | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | #include "config.h" | 6 | #include "config.h" |
7 | #include <SDL/SDL.h> | 7 | #include <SDL/SDL.h> |
8 | #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX) | 8 | #ifdef GL_GLES |
9 | # include <EGL/egl.h> | 9 | # include <EGL/egl.h> |
10 | # include <SDL/SDL_opengles.h> | 10 | # include <SDL/SDL_opengles.h> |
11 | # ifdef HAVE_SDL_FLAG_OPENGLES | 11 | # ifdef HAVE_SDL_FLAG_OPENGLES |
@@ -61,7 +61,7 @@ struct _Render_Engine | |||
61 | int drew : 1; | 61 | int drew : 1; |
62 | int x1, y1, x2, y2; | 62 | int x1, y1, x2, y2; |
63 | } draw; | 63 | } draw; |
64 | #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX) | 64 | #ifdef GL_GLES |
65 | EGLContext egl_context[1]; | 65 | EGLContext egl_context[1]; |
66 | EGLSurface egl_surface[1]; | 66 | EGLSurface egl_surface[1]; |
67 | EGLConfig egl_config; | 67 | EGLConfig egl_config; |