jaehwan pushed a commit to branch master.

commit a5bf23eb454c362ae56a5c584af947ac12a3decc
Author: Jaehwan Kim <[email protected]>
Date:   Sun Jun 30 15:15:08 2013 +0900

    Fix the parameter. This is related to previous commit.
---
 src/lib/elm_interface_scrollable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_interface_scrollable.h 
b/src/lib/elm_interface_scrollable.h
index 8e8091e..9e1a95f 100644
--- a/src/lib/elm_interface_scrollable.h
+++ b/src/lib/elm_interface_scrollable.h
@@ -1072,7 +1072,7 @@ struct _Elm_Pan_Smart_Data
  */
 typedef void      (*Elm_Interface_Scrollable_Cb)(Evas_Object *, void *data);
 typedef void      (*Elm_Interface_Scrollable_Min_Limit_Cb)(Evas_Object *obj, 
Eina_Bool w, Eina_Bool h);
-typedef void      (*Elm_Interface_Scrollable_Resize_Cb)(Evas_Object *obj, 
Eina_Bool w, Eina_Bool h);
+typedef void      (*Elm_Interface_Scrollable_Resize_Cb)(Evas_Object *obj, 
Evas_Coord w, Evas_Coord h);
 
 typedef struct _Elm_Scrollable_Smart_Interface_Data
   Elm_Scrollable_Smart_Interface_Data;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to