Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        ttfont.c 


Log Message:
Trivial fixes for compilation with imlib1.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/ttfont.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ttfont.c    21 Mar 2004 01:37:30 -0000      1.14
+++ ttfont.c    25 Apr 2004 08:29:36 -0000      1.15
@@ -257,7 +257,7 @@
 char                encoding_initialized = 0;
 
 static void
-__init_iso_encoding()
+__init_iso_encoding(void)
 {
    /* Set the current ISO encoding based on (in that order):
     * the "IMLIB_ENCODING" environment variable,
@@ -1119,7 +1119,7 @@
 }
 
 void
-Efont_extents(Efont * f, char *text, int *font_ascent_return,
+Efont_extents(Efont * f, const char *text, int *font_ascent_return,
              int *font_descent_return, int *width_return,
              int *max_ascent_return, int *max_descent_return,
              int *lbearing_return, int *rbearing_return)




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to