version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_xutil_c = | | * static char *rcsid_xutil_c = |
* "$Id: xutil.c,v 1.11 2002/07/15 04:25:40 mwedel Exp $"; | | * "$Id: xutil.c,v 1.12 2005/01/24 07:29:25 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#include <autoconf.h> | | #include <autoconf.h> |
/* Stupid pngconf.h file has a check to see if _SETJMP_H is | | /* Stupid pngconf.h file has a check to see if _SETJMP_H is |
* already defined, and if so, it generates a compilation error. | | * already defined, and if so, it generates a compilation error. |
* I have no idea what they were thinking - wasn't th point of those | | * I have no idea what they were thinking - wasn't the point of those |
* defines so that you didn't need to worry about order or including | | * defines so that you didn't need to worry about order or including |
* the same file multiple times? | | * the same file multiple times? |
*/ | | */ |
| | |
#include "png.c" | | #include "png.c" |
#endif | | #endif |
| | |
#include <global.h> | | #include <Defines.h> |
#include <funcpoint.h> | | #include <funcpoint.h> |
#include <loader.h> | | #include <loader.h> |
| | |
#include <Defines.h> | | |
| | |
| | |
/* | | /* |
* Converts between Fontindex and XChar2b types. | | * Converts between Fontindex and XChar2b types. |
* Used in global.h, for draw_face (in face, FontindextoXChars | | * Used in global.h, for draw_face (in face, FontindextoXChars |