mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-03 01:51:02 +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
|
#ifdef HAVE_VIDMODE
|
||||||
# include <X11/extensions/xf86vmode.h>
|
# include <X11/extensions/xf86vmode.h>
|
||||||
|
# ifdef DGA_OLD_HEADERS
|
||||||
|
# include <X11/extensions/xf86vmstr.h>
|
||||||
|
# else
|
||||||
|
# include <X11/extensions/xf86vmproto.h>
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "QF/cmd.h"
|
#include "QF/cmd.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue