Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.h 


Log Message:
Fix definition of engine hook callbacks.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_engines.h       12 Jul 2006 11:13:16 -0000      1.8
+++ ewl_engines.h       1 Aug 2006 23:35:58 -0000       1.9
@@ -210,8 +210,8 @@
 typedef void  (*Ewl_Engine_Cb_Theme_Object_Del)(void *obj);
 typedef void  (*Ewl_Engine_Cb_Theme_Object_Move)(void *obj, int x, int y);
 typedef void  (*Ewl_Engine_Cb_Theme_Object_Resize)(void *obj, int w, int h);
-typedef void *(*Ewl_Engine_Cb_Theme_Object_Show)(void *obj, void *clip);
-typedef void *(*Ewl_Engine_Cb_Theme_Object_Hide)(void *obj, void *clip);
+typedef void *(*Ewl_Engine_Cb_Theme_Object_Show)(void *obj);
+typedef void *(*Ewl_Engine_Cb_Theme_Object_Hide)(void *obj);
 typedef void *(*Ewl_Engine_Cb_Theme_Object_Clip_Set)(void *obj, void *clip);
 typedef void *(*Ewl_Engine_Cb_Theme_Object_Clip_Unset)(void *obj);
 typedef void (*Ewl_Engine_Cb_Theme_Object_Stack_Add)(Ewl_Widget *w);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to