diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 05637fae..4c3c720f 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -624,6 +624,8 @@ typedef struct { /* enable bios hotkey output switching */ Bool BiosHotkeys; + Bool VGAAccess; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |