Whine if the engine in ELM_ENGINE is not known so users are aware of it

SVN revision: 67540
This commit is contained in:
Iván Briano 2012-01-25 17:15:43 +00:00
parent 640caff765
commit 2d5761d30b
1 changed files with 2 additions and 0 deletions

View File

@ -1205,6 +1205,8 @@ _env_get(void)
eina_stringshare_replace(&_elm_config->engine, ELM_WAYLAND_SHM);
else if ((!strcasecmp(s, "wayland_egl")))
eina_stringshare_replace(&_elm_config->engine, ELM_WAYLAND_EGL);
else
ERR("Unknown engine '%s'.", s);
}
s = getenv("ELM_VSYNC");