mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
mindhog's fix for 32bpp x11
This commit is contained in:
parent
d720efe1e6
commit
862e9d89c5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static unsigned long r_mask, g_mask, b_mask;
|
||||||
static void
|
static void
|
||||||
shiftmask_init (void)
|
shiftmask_init (void)
|
||||||
{
|
{
|
||||||
unsigned int x;
|
unsigned long long x;
|
||||||
|
|
||||||
r_mask = x_vis->red_mask;
|
r_mask = x_vis->red_mask;
|
||||||
g_mask = x_vis->green_mask;
|
g_mask = x_vis->green_mask;
|
||||||
|
|
Loading…
Reference in a new issue