Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: text.c Log Message: Fix build without Xft. =================================================================== RCS file: /cvs/e/e16/e/src/text.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -3 -r1.86 -r1.87 --- text.c 6 Apr 2007 22:20:07 -0000 1.86 +++ text.c 18 Jul 2007 11:14:55 -0000 1.87 @@ -25,6 +25,10 @@ #include "eimage.h" #include "tclass.h" #include "xwin.h" +#ifndef USE_XFT +#undef FONT_TYPE_XFT +#define FONT_TYPE_XFT 0 +#endif #if FONT_TYPE_XFT #include <X11/extensions/Xrender.h> #include <X11/Xft/Xft.h> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs