Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:

warnigns cleanups + fb 32bpp transparency support for evas from celement

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- evas_private.h      22 May 2005 02:49:50 -0000      1.42
+++ evas_private.h      22 May 2005 03:02:15 -0000      1.43
@@ -654,7 +654,7 @@
 int evas_event_passes_through(Evas_Object *obj);
 Evas_List *evas_event_objects_event_list(Evas *e, Evas_Object *stop, int x, 
int y);
 int evas_file_path_is_full_path(char *path);
-char *evas_file_path_join(char *path, char *end);
+char *evas_file_path_join(const char *path, const char *end);
 int evas_file_path_exists(char *path);
 int evas_file_path_is_file(char *path);
 int evas_file_path_is_dir(char *path);
@@ -695,7 +695,7 @@
 void evas_font_dir_cache_free(void);
 char *evas_font_dir_cache_find(char *dir, char *font);
 void evas_font_free(Evas *evas, void *font);
-void *evas_font_load(Evas *evas, char *name, char *source, int size);
+void *evas_font_load(Evas *evas, const char *name, const char *source, int 
size);
 
 extern int _evas_alloc_error;
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to