Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:
Avoid lots of casts.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- Evas.h      23 Jan 2008 04:19:26 -0000      1.106
+++ Evas.h      8 Feb 2008 18:42:42 -0000       1.107
@@ -101,7 +101,7 @@
    void      *data; /**< Pointer to list element payload */
    Evas_List *next; /**< Next member in the list */
    Evas_List *prev; /**< Previous member in the list */
-   void      *accounting; /**< Private list accounting info - don't touch */
+   struct _Evas_List_Accounting *accounting; /**< Private list accounting info 
- don't touch */
 };
 
 struct _Evas_Rectangle /** A rectangle */



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to