Rename the env variable that we will check for buffering support.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83279
This commit is contained in:
Christopher Michael 2013-01-24 09:21:06 +00:00 committed by Christopher Michael
parent 40dec84b3e
commit 313e82c680
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ eng_setup(Evas *eo_evas, void *einfo)
if (try_swap == -1)
{
/* check for env var to see if we should try swapping */
if (getenv("EVAS_NO_DRI_SWAPBUF")) try_swap = 0;
if (getenv("EVAS_NO_WAYLAND_SWAPBUF")) try_swap = 0;
else try_swap = 1;
}