From d5ca129dfcc3a79e6a2b492d308a4071bc3d8693 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 14 Jul 2009 21:19:30 +0000 Subject: [PATCH] rename ECORE_EVAS_ENGINE_SOFTWARE_X11 to ECORE_EVAS_ENGINE_SOFTWARE_XLIB SVN revision: 41331 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 3b524ae11..889f65bea 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -513,7 +513,7 @@ main(int argc, char **argv) "Perhaps you are out of memory?")); _e_main_shutdown(-1); } - if (!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_X11)) + if (!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_XLIB)) { e_error_message_show(_("Enlightenment found ecore_evas doesn't support the Software X11\n" "rendering in Evas. Please check your installation of Evas and\n"