mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 X_XF86VidModeGetGamma
|
||||
static vec3_t *
|
||||
X11_GetGamma (void)
|
||||
{
|
||||
|
@ -361,7 +360,6 @@ X11_GetGamma (void)
|
|||
vid_gamma_avail = false;
|
||||
return NULL;
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue