add missing variable from r64139
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Oct 2011 02:04:50 +0000 (02:04 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Oct 2011 02:04:50 +0000 (02:04 +0000)
direct all spankies to raster and Sung W. Park

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@64514 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_x11/evas_engine.c

index f1331e8..5b39dca 100644 (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) ||