version 1.1 | | version 1.2 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: image.c,v 1.1 2001/12/31 08:36:04 mwedel Exp $"; | | * "$Id: image.c,v 1.2 2002/02/26 05:45:48 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define MAX_FACE_SETS 20 | | #define MAX_FACE_SETS 20 |
| | |
typedef struct FaceInfo { | | typedef struct FaceInfo { |
char *data; /* image data */ | | uint8 *data; /* image data */ |
uint16 datalen; /* length of the xpm data */ | | uint16 datalen; /* length of the xpm data */ |
uint32 checksum; /* Checksum of face data */ | | uint32 checksum; /* Checksum of face data */ |
} FaceInfo; | | } FaceInfo; |