Skip to content
Commit fc3beac7 authored by Valentin's avatar Valentin
Browse files

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: default avatarValentin Kettner <vakevk@gmail.com>
parent 9b7171f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment