add missing variable from r64139

direct all spankies to raster and Sung W. Park


SVN revision: 64514
This commit is contained in:
Mike Blumenkrantz 2011-10-30 02:04:50 +00:00
parent e957cb9c40
commit 80b018b790
1 changed files with 1 additions and 0 deletions

View File

@ -3220,6 +3220,7 @@ eng_gl_make_current(void *data __UNUSED__, void *surface, void *context)
// Do a make current only if it's not already current
#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
Render_Engine_GL_Resource *rsc;
if ((rsc = eina_tls_get(resource_key)) == EINA_FALSE) return 0;
if ((eglGetCurrentContext() != ctx->context) ||