mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
XDGA_MAJOR_VERSION is XF86DGA_MAJOR_VERSION in 3.3.5 (6?)
This commit is contained in:
parent
7cb5126153
commit
8510dedee9
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
#ifdef HAVE_VIDMODE
|
||||
# include <X11/extensions/xf86vmode.h>
|
||||
# include <X11/extensions/xf86vmstr.h>
|
||||
# ifndef XDGA_MAJOR_VERSION
|
||||
# define XDGA_MAJOR_VERSION XF86DGA_MAJOR_VERSION
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "console.h"
|
||||
|
|
Loading…
Reference in a new issue