Skip to content
  • Valentin's avatar
    Use fixed size integer type · fc3beac7
    Valentin authored
    
    
    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>
    fc3beac7