mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Introduce wlr_xcursor_manager
This commit is contained in:
parent
2dccb11741
commit
8605243459
13 changed files with 180 additions and 167 deletions
|
|
@ -61,7 +61,7 @@ struct wlr_xcursor_theme *wlr_xcursor_theme_load(const char *name, int size);
|
|||
void wlr_xcursor_theme_destroy(struct wlr_xcursor_theme *theme);
|
||||
|
||||
struct wlr_xcursor *wlr_xcursor_theme_get_cursor(
|
||||
struct wlr_xcursor_theme *theme, const char *name);
|
||||
struct wlr_xcursor_theme *theme, const char *name);
|
||||
|
||||
int wlr_xcursor_frame(struct wlr_xcursor *cursor, uint32_t time);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue