mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-27 07:58:47 -04:00
wayland-cursor: load all cursors from a theme on wl_cursor_theme_load
This commit is contained in:
parent
f779c57be2
commit
c66f26024b
3 changed files with 145 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue