Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-31 | xcursor: garbage collect XcursorLibraryLoadImages | Vlad Zahorodnii | |
XcursorLibraryLoadImages is unused, let's drop it. Same as [1]. [1]: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/206 Co-authored-by: Simon Ser <contact@emersion.fr> | |||
2021-02-05 | xcursor: make cursor data and metadata const | Manuel Stoeckl | |
2020-09-01 | Use fixed size integer type | Valentin | |
This type is meant to be 4 bytes large as seen in _XcursorReadUInt which always reads 4 bytes. An unsigned int is often 4 bytes large but this isnt' guaranteed so it is cleaner to use the exact type we want. | |||
2017-08-07 | Add xcursor sublibrary | Drew DeVault | |