From 798e88594f1321a8e6ad241a0aace17fc7e8324f Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 9 May 2010 06:03:46 +0000 Subject: [PATCH] * fix comment * do consistent test (though it is useless) SVN revision: 48708 --- legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c index 7af558175e..476a5a1973 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c @@ -1443,9 +1443,9 @@ _ecore_evas_x_rotation_set(Ecore_Evas *ee, int rotation, int resize) einfo->info.rotation = rotation; _ecore_evas_x_rotation_set_internal (ee, rotation, resize, (Evas_Engine_Info *)einfo); -#endif /* BUILD_ECORE_EVAS_SOFTWARE_X11 */ +#endif /* BUILD_ECORE_EVAS_OPENGL_X11 */ } - if (!strcmp(ee->driver, "software_x11")) + else if (!strcmp(ee->driver, "software_x11")) { #ifdef BUILD_ECORE_EVAS_SOFTWARE_X11 Evas_Engine_Info_Software_X11 *einfo;