mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
types/wlr_xcursor_manager: Add caching textures
This commit is contained in:
parent
2fcb2b95fc
commit
c5bd304795
5 changed files with 98 additions and 37 deletions
|
|
@ -52,6 +52,7 @@ struct wlr_xcursor_image {
|
|||
uint32_t hotspot_y; /* hot spot y (must be inside image) */
|
||||
uint32_t delay; /* animation delay to next frame (ms) */
|
||||
uint8_t *buffer;
|
||||
void *userdata;
|
||||
};
|
||||
|
||||
struct wlr_xcursor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue