hermet pushed a commit to branch master.

commit d1c88be8cfd72a6aa22c433dc1bf7923eb6a4b52
Author: ChunEon Park <[email protected]>
Date:   Fri May 24 18:03:49 2013 +0900

    evas - removed inherit mode in display mode.
    
    it's not necessary at this moment and i don't think it's useful neither.
    
    if you need, then please add it at the moment.
---
 src/lib/evas/Evas_Common_Header.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/lib/evas/Evas_Common_Header.h 
b/src/lib/evas/Evas_Common_Header.h
index e5d1c37..95cff01 100644
--- a/src/lib/evas/Evas_Common_Header.h
+++ b/src/lib/evas/Evas_Common_Header.h
@@ -375,10 +375,9 @@ typedef enum _Evas_Aspect_Control
 typedef enum _Evas_Display_Mode
 {
    EVAS_DISPLAY_MODE_NONE = 0, /**<Default mode */
-   EVAS_DISPLAY_MODE_INHERIT = 1, /**< Use this mode when object's display 
mode depend on ancestor's */
-   EVAS_DISPLAY_MODE_COMPRESS = 2, /**< Use this mode want to give comppress 
display mode hint to object */
-   EVAS_DISPLAY_MODE_EXPAND = 3, /**< Use this mode want to give expand 
display mode hint to object */
-   EVAS_DISPLAY_MODE_DONT_CHANGE = 4 /**< Use this mode when object should not 
change display 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; /**< 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 */

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to