From 80d9e0fbaa91acea50fe1d8b4bfd0545ef7b56c7 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 20 Mar 2015 14:42:46 +0900 Subject: [PATCH] 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 c10668a31a..0a93f745d3 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 */ {