00001 00034 // This will actually hold an NSCursor*, but that type is only available in objective C. 00035 typedef void *CursorRef; 00036 00037 /* Defined in llwindowmacosx-objc.mm: */ 00038 void setupCocoa(); 00039 CursorRef createImageCursor(const char *fullpath, int hotspotX, int hotspotY); 00040 OSErr releaseImageCursor(CursorRef ref); 00041 OSErr setImageCursor(CursorRef ref); 00042