mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 07:49:59 +00:00
XID inside the server has type unsigned int (x86_64) or unsigned long (x86) Follow the example of the rest of the server and cast to unsigned int and use a %u or %x format. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>