summaryrefslogtreecommitdiff
path: root/src/glx/mini/driver.h
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-04-14 01:33:27 +0000
committerDave Airlie <airliedfreedesktop.org>2004-04-14 01:33:27 +0000
commit5d8f7b1197f641edbc0ed18d96a431e95e1923b5 (patch)
tree99fe5436b2a0bfff9a9f37324be870d91b196595 /src/glx/mini/driver.h
parentc50d77a7f1b6fcfd9dd7be47ddadf5fad34a25c3 (diff)
add agpmode to miniglx config file
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r--src/glx/mini/driver.h1
1 files changed, 1 insertions, 0 deletions
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 */