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