Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


1. id3 album cover loader patches
2. i reduced list note memory usage by 20% - shoudl work better with malloc
as ti is now a power of 2 as well
3. optimised evas internals to make use of event freezes to make e17'sw menu
popups a LOT snappier
4. fixed using last member of list nodes - bad - shoudl use api as this is
private stuff really
5. added config profile stuff to e17  u can literally maintain multiple
config profiles and choose which one at any time etc.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- Evas.h      18 Jun 2005 01:00:29 -0000      1.50
+++ Evas.h      22 Jul 2005 10:28:10 -0000      1.51
@@ -73,9 +73,7 @@
    void      *data; /**< Pointer to list element payload */
    Evas_List *next; /**< Next member in the list */
    Evas_List *prev; /**< Previous member in the list */
-
-   Evas_List *last; /**< Private member. Don't use this */
-   int        count; /**< Private member. Don't use this */
+   void      *accounting; /**< Private list accounting info - don't touch */
 };
 
 struct _Evas_Rectangle /** A rectangle */




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to