newest x11 seems to not define X_XF86VidModeGetGamma. thanks to witukind

This commit is contained in:
Bill Currie 2009-12-21 06:03:19 +00:00 committed by Jeff Teunissen
parent dcf593291d
commit 236e89ed6b

View file

@ -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