* fix comment

* do consistent test (though it is useless)


SVN revision: 48708
This commit is contained in:
Vincent Torri 2010-05-09 06:03:46 +00:00
parent 9c96f2b98e
commit 798e88594f
1 changed files with 2 additions and 2 deletions

View File

@ -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;