Searched defs:_XcursorFile (Results 1 – 1 of 1) sorted by relevance
184 struct _XcursorFile { struct185 void *closure;186 int (*read) (XcursorFile *file, unsigned char *buf, int len);187 int (*write) (XcursorFile *file, unsigned char *buf, int len);188 int (*seek) (XcursorFile *file, long offset, int whence);