evas sdl: don't make confusing, we only use one-indexed egl handles.

Reviewers: ManMower

Subscribers: devilhorns, cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6693
This commit is contained in:
Hermet Park 2018-08-02 12:20:27 +09:00
parent 71d339579c
commit 323c87c215
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ struct _Outbuf
int x1, y1, x2, y2;
} draw;
#ifdef GL_GLES
EGLContext egl_context[1];
EGLSurface egl_surface[1];
EGLContext egl_context;
EGLSurface egl_surface;
EGLConfig egl_config;
EGLDisplay egl_disp;
#endif