Enlightenment CVS committal Author : raster Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_thumb Modified Files: Esmart_Thumb.h esmart_thumb.c Removed Files: esmart_thumb.h Log Message: clean up esmart. dont advertise publicly structs that SHOULd be private. fix sort to pass objects, not container structs. fix text entry to do focus the RIGHT way :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_thumb/Esmart_Thumb.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Esmart_Thumb.h 17 Oct 2004 17:54:22 -0000 1.4 +++ Esmart_Thumb.h 10 Nov 2004 15:22:39 -0000 1.5 @@ -19,15 +19,6 @@ * Version 0.0.1 - August 23rd 2003 <[EMAIL PROTECTED]> * - This was done hastily, there will be fixes */ - struct _Esmart_Thumb - { - Epsilon *e; - Epsilon_Info *info; - Evas_Object *image; /* thumb image that's displayed */ - Evas_Coord x, y, w, h; /* smart object location/geometry */ - int tw, th; - }; - typedef struct _Esmart_Thumb Esmart_Thumb; /** * esmart_thumb_free - free an E_Thumb smart object =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_thumb/esmart_thumb.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- esmart_thumb.c 17 Oct 2004 17:54:22 -0000 1.9 +++ esmart_thumb.c 10 Nov 2004 15:22:39 -0000 1.10 @@ -11,6 +11,16 @@ #include "Esmart_Thumb.h" #include "../../config.h" + struct _Esmart_Thumb + { + Epsilon *e; + Epsilon_Info *info; + Evas_Object *image; /* thumb image that's displayed */ + Evas_Coord x, y, w, h; /* smart object location/geometry */ + int tw, th; + }; + typedef struct _Esmart_Thumb Esmart_Thumb; + static void _e_thumb_add (Evas_Object * o); static void _e_thumb_del (Evas_Object * o); static void _e_thumb_show (Evas_Object * o); ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs