diff options
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r-- | src/glx/mini/driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 7bf4b868126..6ce339d98d4 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 */ |