jihoon pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=80d9e0fbaa91acea50fe1d8b4bfd0545ef7b56c7
commit 80d9e0fbaa91acea50fe1d8b4bfd0545ef7b56c7 Author: Jihoon Kim <jihoon48....@samsung.com> Date: Fri Mar 20 14:42:46 2015 +0900 evas: fix description about Evas_Device_Subclass --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index c10668a..0a93f74 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -679,7 +679,7 @@ typedef enum _Evas_Device_Subclass EVAS_DEVICE_SUBCLASS_TRACKPAD, /**< A trackpad style mouse @since 1.8 */ EVAS_DEVICE_SUBCLASS_TRACKPOINT, /**< A trackpoint style mouse @since 1.8 */ EVAS_DEVICE_SUBCLASS_TRACKBALL, /**< A trackball style mouse @since 1.8 */ -} Evas_Device_Subclass; /**< A general class of device @since 1.8 */ +} Evas_Device_Subclass; /**< A general subclass of device @since 1.8 */ struct _Evas_Engine_Info /** Generic engine information. Generic info is useless */ { --