ecore-x vysnc - env var - fix typo

This commit is contained in:
Carsten Haitzler 2020-06-23 14:00:48 +01:00
parent 3c307c4b25
commit 7308011cff
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ ecore_x_vsync_animator_tick_source_set(Ecore_X_Window win)
const char *home;
struct stat st;
if (getenv("ECORE_VSYNC_TRHEAD")) threaded_vsync = EINA_TRUE;
if (getenv("ECORE_VSYNC_THREAD")) threaded_vsync = EINA_TRUE;
home = eina_environment_home_get();
if (!home) eina_environment_tmp_get();
snprintf(buf, sizeof(buf), "%s/.ecore-no-vsync", home);