mindhog's fix for 32bpp x11

This commit is contained in:
Bill Currie 2003-06-17 03:11:24 +00:00
parent d720efe1e6
commit 862e9d89c5

View file

@ -112,7 +112,7 @@ static unsigned long r_mask, g_mask, b_mask;
static void
shiftmask_init (void)
{
unsigned int x;
unsigned long long x;
r_mask = x_vis->red_mask;
g_mask = x_vis->green_mask;