From 8510dedee91acc306b1c9f6b0a6ca85d9ad4413d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 11 Feb 2001 23:15:15 +0000 Subject: [PATCH] XDGA_MAJOR_VERSION is XF86DGA_MAJOR_VERSION in 3.3.5 (6?) --- source/dga_check.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/dga_check.c b/source/dga_check.c index e7fbe3c..d2d95a5 100644 --- a/source/dga_check.c +++ b/source/dga_check.c @@ -43,6 +43,9 @@ #ifdef HAVE_VIDMODE # include # include +# ifndef XDGA_MAJOR_VERSION +# define XDGA_MAJOR_VERSION XF86DGA_MAJOR_VERSION +# endif #endif #include "console.h"