Use fixed size integer type
authorValentin <vakevk+git@gmail.com>
Fri, 4 Sep 2020 10:12:56 +0000 (12:12 +0200)
committerValentin <vakevk+git@gmail.com>
Fri, 4 Sep 2020 10:27:23 +0000 (12:27 +0200)
commitfc3beac71f631fb16ee2257e9a6c9ec07cd0c90d
tree25c19200dc46309623c28c73bbb4dff0a2d65812
parent9b7171f955225c5481c493c34e5ebe639cfd67ef
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.

Signed-off-by: Valentin Kettner <vakevk@gmail.com>
cursor/xcursor.h