mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +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)
|
||||
{
|
||||
|
@ -362,7 +361,6 @@ X11_GetGamma (void)
|
|||
return NULL;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void
|
||||
X11_SetVidMode (int width, int height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue