hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a565fd391bbc072912beb3aeec929c98ca032817
commit a565fd391bbc072912beb3aeec929c98ca032817 Author: ChunEon Park <[email protected]> Date: Sat Jan 11 18:01:07 2014 +0900 ecore_evas - fixed indent --- src/lib/ecore_evas/ecore_evas_private.h | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/lib/ecore_evas/ecore_evas_private.h b/src/lib/ecore_evas/ecore_evas_private.h index 570f9b0..c611da9 100644 --- a/src/lib/ecore_evas/ecore_evas_private.h +++ b/src/lib/ecore_evas/ecore_evas_private.h @@ -155,7 +155,7 @@ struct _Ecore_Evas struct { int x, y, w, h; } req; - + struct { int x, y; } mouse; @@ -174,17 +174,14 @@ struct _Ecore_Evas int count; } profile; struct { - int w, h; - } min, - max, - base, - step; + int w, h; + } min, max, base, step; struct { - Evas_Object *object; - int layer; - struct { - int x, y; - } hot; + Evas_Object *object; + int layer; + struct { + int x, y; + } hot; } cursor; int layer; Ecore_Window window; @@ -227,7 +224,7 @@ struct _Ecore_Evas void (*fn_pre_free) (Ecore_Evas *ee); void (*fn_state_change) (Ecore_Evas *ee); void (*fn_msg_parent_handle) (Ecore_Evas *ee, int maj, int min, void *data, int size); - void (*fn_msg_handle) (Ecore_Evas *ee, int maj, int min, void *data, int size); + void (*fn_msg_handle) (Ecore_Evas *ee, int maj, int min, void *data, int size); void (*fn_pointer_xy_get) (const Ecore_Evas *ee, Evas_Coord *x, Evas_Coord *y); Eina_Bool (*fn_pointer_warp) (const Ecore_Evas *ee, Evas_Coord x, Evas_Coord y); } func; --
