From 5d8f7b1197f641edbc0ed18d96a431e95e1923b5 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 14 Apr 2004 01:33:27 +0000 Subject: add agpmode to miniglx config file --- src/glx/mini/driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/mini/driver.h') diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index a619ad4449..3d3476453c 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -66,6 +66,7 @@ typedef struct DRIDriverContextRec { int chipset; int bpp; int cpp; + int agpmode; unsigned long FBStart; /**< \brief physical address of the framebuffer */ unsigned long MMIOStart; /**< \brief physical address of the MMIO region */ -- cgit v1.2.3