Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_private.h 


Log Message:


edje_cc is beginning to do something. it parses the image section properly
and builds the memory data struct right, and writes the data struct out via
eet. need to parse the rest, build data structs and write them out ttoo. need
to write out images too.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_private.h      9 Jun 2003 11:31:33 -0000       1.3
+++ edje_private.h      9 Jun 2003 13:51:40 -0000       1.4
@@ -68,11 +68,11 @@
 #define EDJE_ACTION_TYPE_DRAG_SET    3
 #define EDJE_ACTION_TYPE_LAST        4
 
-#define EDJE_IMAGE_SOURCE_TYPE_NONE     0
-#define EDJE_IMAGE_SOURCE_TYPE_INLINE   1
-#define EDJE_IMAGE_SOURCE_TYPE_ABSOLUTE 2
-#define EDJE_IMAGE_SOURCE_TYPE_HOMEDIR  3
-#define EDJE_IMAGE_SOURCE_TYPE_LAST     4
+#define EDJE_IMAGE_SOURCE_TYPE_NONE           0
+#define EDJE_IMAGE_SOURCE_TYPE_INLINE_PERFECT 1
+#define EDJE_IMAGE_SOURCE_TYPE_INLINE_LOSSY   2
+#define EDJE_IMAGE_SOURCE_TYPE_EXTERNAL       3
+#define EDJE_IMAGE_SOURCE_TYPE_LAST           4
 
 #define EDJE_TEXT_EFFECT_NONE           0
 #define EDJE_TEXT_EFFECT_PLAIN          1
@@ -107,7 +107,6 @@
 struct _Edje_Image_Directory
 {
    Evas_List *entries; /* a list of Edje_Image_Directory_Entry */
-
    int        references;
 };
 
@@ -115,6 +114,7 @@
 {
    char *entry; /* the nominal name of the image - if any */
    int   source_type; /* alternate source mode. 0 = none */
+   int   source_param; /* extar params on encoding */
    int   id; /* the id no. of the image */
 };
 




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to