mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
newest x11 seems to not define X_XF86VidModeGetGamma. thanks to witukind
This commit is contained in:
parent
dcf593291d
commit
236e89ed6b
1 changed files with 0 additions and 2 deletions
|
@ -340,7 +340,6 @@ X11_SetMouse (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_VIDMODE
|
#ifdef HAVE_VIDMODE
|
||||||
# ifdef X_XF86VidModeGetGamma
|
|
||||||
static vec3_t *
|
static vec3_t *
|
||||||
X11_GetGamma (void)
|
X11_GetGamma (void)
|
||||||
{
|
{
|
||||||
|
@ -361,7 +360,6 @@ X11_GetGamma (void)
|
||||||
vid_gamma_avail = false;
|
vid_gamma_avail = false;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue