mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-19 11:10:33 +01:00
hw/xwin: printf format fix in winCreateDefColormap()
Use %lu for unsigned long Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
eb67967156
commit
5b6f511c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ winCreateDefColormap(ScreenPtr pScreen)
|
|||
*/
|
||||
|
||||
#if CYGDEBUG
|
||||
winDebug("winCreateDefColormap - defColormap: %d\n", pScreen->defColormap);
|
||||
winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap);
|
||||
#endif
|
||||
|
||||
/* Allocate an X colormap, owned by client 0 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue