Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_common.h 


Log Message:


new calls to help string processing for programs - these walk up and down 1
utf8 character (sicne thats evas's standard string format). this lets apps do
character processing AND still be utf8-safe.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_common.h       11 Mar 2003 04:39:57 -0000      1.7
+++ evas_common.h       5 Jun 2003 06:08:43 -0000       1.8
@@ -794,7 +794,8 @@
 int              evas_common_font_query_char_coords (RGBA_Font *fn, const char *text, 
int pos, int *cx, int *cy, int *cw, int *ch);
 int              evas_common_font_query_text_at_pos (RGBA_Font *fn, const char *text, 
int x, int y, int *cx, int *cy, int *cw, int *ch);
 int              evas_common_font_utf8_get_next     (unsigned char *buf, int *iindex);
-    
+int              evas_common_font_utf8_get_prev     (unsigned char *buf, int *iindex);
+       
 /****/
 void         evas_common_tilebuf_init               (void);
 




-------------------------------------------------------
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