comparison src/xmu.h @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 376386a54a3c
children 74fd4e045ea6
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
18 #include <X11/Xmu/Editres.h> 18 #include <X11/Xmu/Editres.h>
19 #endif /* R5+ */ 19 #endif /* R5+ */
20 20
21 #else 21 #else
22 22
23 int XmuCursorNameToIndex (const char *name); 23 int XmuCursorNameToIndex (CONST char *name);
24 int XmuReadBitmapDataFromFile (const char *filename, unsigned int *width, 24 int XmuReadBitmapDataFromFile (CONST char *filename, unsigned int *width,
25 unsigned int *height, unsigned char **datap, 25 unsigned int *height, unsigned char **datap,
26 int *x_hot, int *y_hot); 26 int *x_hot, int *y_hot);
27 int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp); 27 int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);
28 void XmuCopyISOLatin1Lowered (char *, CONST char *); 28 void XmuCopyISOLatin1Lowered (char *, CONST char *);
29 29