diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 01:33:27 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 01:33:27 +0000 |
commit | 5d8f7b1197f641edbc0ed18d96a431e95e1923b5 (patch) | |
tree | 99fe5436b2a0bfff9a9f37324be870d91b196595 /src/glx/mini/driver.h | |
parent | c50d77a7f1b6fcfd9dd7be47ddadf5fad34a25c3 (diff) |
add agpmode to miniglx config file
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r-- | src/glx/mini/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index a619ad4449d..3d3476453ce 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 */ |