Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


add version to smart classes.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- Evas.h      30 Sep 2006 10:18:32 -0000      1.92
+++ Evas.h      2 Dec 2006 03:20:56 -0000       1.93
@@ -95,9 +95,12 @@
    int h; /**< height of rectangle */
 };
 
+#define EVAS_SMART_CLASS_VERSION 1 /** the version you have to put into the 
version field in the smart class struct */
 struct _Evas_Smart_Class /** a smart object class */
 {
    const char *name; /** the string name of the class */
+   
+   int version;
 
    void  (*add)         (Evas_Object *o);
    void  (*del)         (Evas_Object *o);



-------------------------------------------------------------------------
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