mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix x11 gamma control.
Seems we lost a header include at one stage.
This commit is contained in:
parent
d3c2afc5d7
commit
290ac30efc
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
|
||||
#ifdef HAVE_VIDMODE
|
||||
# include <X11/extensions/xf86vmode.h>
|
||||
# ifdef DGA_OLD_HEADERS
|
||||
# include <X11/extensions/xf86vmstr.h>
|
||||
# else
|
||||
# include <X11/extensions/xf86vmproto.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "QF/cmd.h"
|
||||
|
|
Loading…
Reference in a new issue