summaryrefslogtreecommitdiff
path: root/src/glx/mini/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r--src/glx/mini/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h
index 7bf4b86812..6ce339d98d 100644
--- a/src/glx/mini/driver.h
+++ b/src/glx/mini/driver.h
@@ -67,7 +67,8 @@ typedef struct DRIDriverContextRec {
int bpp;
int cpp;
int agpmode;
-
+ int isPCI;
+
unsigned long FBStart; /**< \brief physical address of the framebuffer */
unsigned long MMIOStart; /**< \brief physical address of the MMIO region */