diff options
author | Valentin <vakevk+git@gmail.com> | 2020-08-30 11:08:42 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-09-01 11:58:56 +0200 |
commit | 8b744412aab11fe4997367adf1a714ef2cb3946e (patch) | |
tree | 2578e8bf23fc23c1cde4622bca4b8a071e159b4a /xcursor/xcursor.c | |
parent | 2b418b4d8857a4eacd719b76dfd36210383db6d6 (diff) |
Use fixed size integer type
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.
Diffstat (limited to 'xcursor/xcursor.c')
0 files changed, 0 insertions, 0 deletions