diff options
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 */ |