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:
Jon TURNEY 2015-02-06 20:40:46 +00:00
parent eb67967156
commit 5b6f511c2f

View File

@ -515,7 +515,7 @@ winCreateDefColormap(ScreenPtr pScreen)
*/ */
#if CYGDEBUG #if CYGDEBUG
winDebug("winCreateDefColormap - defColormap: %d\n", pScreen->defColormap); winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap);
#endif #endif
/* Allocate an X colormap, owned by client 0 */ /* Allocate an X colormap, owned by client 0 */