mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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
|
||||
shiftmask_init (void)
|
||||
{
|
||||
unsigned int x;
|
||||
unsigned long long x;
|
||||
|
||||
r_mask = x_vis->red_mask;
|
||||
g_mask = x_vis->green_mask;
|
||||
|
|
Loading…
Reference in a new issue