Evas_Common_Header.h: fixed documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 24 May 2013 11:22:07 +0000 (20:22 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 24 May 2013 11:22:07 +0000 (20:22 +0900)
src/lib/evas/Evas_Common_Header.h

index 95cff01..7551d55 100644 (file)
@@ -375,9 +375,9 @@ typedef enum _Evas_Aspect_Control
 typedef enum _Evas_Display_Mode
 {
    EVAS_DISPLAY_MODE_NONE = 0, /**<Default mode */
-   EVAS_DISPLAY_MODE_COMPRESS = 1, /**< Use this mode want to give comppress display mode hint to object */
-   EVAS_DISPLAY_MODE_EXPAND = 2, /**< Use this mode want to give expand display mode hint to object */
-   EVAS_DISPLAY_MODE_DONT_CHANGE = 3 /**< Use this mode when object should not change display mode */
+   EVAS_DISPLAY_MODE_COMPRESS = 1, /**< Use this mode when you want to give comppress display mode hint to an object */
+   EVAS_DISPLAY_MODE_EXPAND = 2, /**< Use this mode when you want to give expand display mode hint to an object */
+   EVAS_DISPLAY_MODE_DONT_CHANGE = 3 /**< Use this mode when an object should not change its display mode */
 } Evas_Display_Mode; /**< object's display mode type related with compress/expand or etc mode */
 
 typedef struct _Evas_Pixel_Import_Source Evas_Pixel_Import_Source; /**< A source description of pixels for importing pixels */