Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc.h edje_cc_out.c 


Log Message:


cleaner...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_cc.h   1 Apr 2004 09:30:45 -0000       1.11
+++ edje_cc.h   1 Apr 2004 09:53:11 -0000       1.12
@@ -64,6 +64,8 @@
 void    data_queue_program_lookup(Edje_Part_Collection *pc, char *name, int *dest);
 void    data_queue_image_lookup(char *name, int *dest);
 void    data_process_lookups(void);
+void    data_process_scripts(void);
+void    data_process_script_lookups(void);
     
 
 int     is_verbatim(void);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- edje_cc_out.c       1 Apr 2004 09:30:45 -0000       1.14
+++ edje_cc_out.c       1 Apr 2004 09:53:11 -0000       1.15
@@ -32,6 +32,9 @@
    int   val;
 };
 
+static void data_queue_image_pc_lookup(Edje_Part_Collection *pc, char *name, int 
*dest);
+static void data_process_string(Edje_Part_Collection *pc, char *prefix, char *s, void 
(*func)(Edje_Part_Collection *pc, char *name, int *val));
+
 Edje_File *edje_file = NULL;
 Evas_List *edje_collections = NULL;
 Evas_List *fonts = NULL;
@@ -760,7 +763,7 @@
      }
 }
 
-void
+static void
 data_queue_image_pc_lookup(Edje_Part_Collection *pc, char *name, int *dest)
 {
    data_queue_image_lookup(name, dest);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to