aboutsummaryrefslogtreecommitdiff
path: root/include/xcursor
AgeCommit message (Collapse)Author
2021-02-05xcursor: make cursor data and metadata constManuel Stoeckl
2020-09-01Use fixed size integer typeValentin
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-07Add xcursor sublibraryDrew DeVault