29 typedef int XcursorBool;
30 typedef uint32_t XcursorUInt;
32 typedef XcursorUInt XcursorDim;
33 typedef XcursorUInt XcursorPixel;
35 typedef struct _XcursorImage {
49 typedef struct _XcursorImages {
51 XcursorImage **images;
56 XcursorLibraryLoadImages (
const char *file,
const char *theme,
int size);
59 XcursorImagesDestroy (XcursorImages *images);
62 xcursor_load_theme(
const char *theme,
int size,
63 void (*load_callback)(XcursorImages *,
void *),