diff options
-rw-r--r-- | src/common.h | 1 | ||||
-rw-r--r-- | src/i830.h | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/common.h b/src/common.h index f299e5dc..9ca7135f 100644 --- a/src/common.h +++ b/src/common.h @@ -92,6 +92,7 @@ extern const char *I810driSymbols[]; extern const char *I810drmSymbols[]; #endif extern const char *I810i2cSymbols[]; +extern const char *I810glucoseSymbols[]; extern void I830DPRINTF_stub(const char *filename, int line, const char *function, const char *fmt, ...); @@ -95,10 +95,9 @@ typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr; #include "extnsionst.h" /* required */ #include <X11/extensions/panoramiXproto.h> /* required */ -/* - * The mode handling is based upon the VESA driver written by - * Paulo César Pereira de Andrade <pcpa@conectiva.com.br>. - */ +#define USE_XAA 0 +#define USE_EXA 1 +#define USE_GLUCOSE 2 #ifdef XF86DRI #define I830_MM_MINPAGES 512 |