wayland-cursor: load all cursors from a theme on wl_cursor_theme_load

This commit is contained in:
Ander Conselvan de Oliveira 2012-05-24 16:17:48 +03:00 committed by Kristian Høgsberg
parent f779c57be2
commit c66f26024b
3 changed files with 145 additions and 53 deletions

View file

@ -55,4 +55,8 @@ XcursorLibraryLoadImages (const char *file, const char *theme, int size);
void
XcursorImagesDestroy (XcursorImages *images);
void
xcursor_load_theme(const char *theme, int size,
void (*load_callback)(XcursorImages *, void *),
void *user_data);
#endif