make it an env var to enable/disable window unsurface/resurfacing.

SVN revision: 51742
This commit is contained in:
Carsten Haitzler 2010-08-30 06:46:29 +00:00
parent 6e2ea4e371
commit 428e35e5d3
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ void
eng_window_unsurf(Evas_GL_X11_Window *gw)
{
if (!gw->surf) return;
if (!getenv("EVAS_GL_WIN_RESURF")) return;
if (getenv("EVAS_GL_INFO"))
printf("unsurf %p\n", gw);
#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)