diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 16890ee..3e8f554 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -290,6 +290,7 @@ typedef struct { unsigned long LinearAddr; /* Frame buffer physical address */ unsigned long MMIOAddr; /* MMIO region physical address */ unsigned long BIOSAddr; /* BIOS physical address */ + unsigned int fbLocation; unsigned char *MMIO; /* Map of MMIO region */ unsigned char *FB; /* Map of frame buffer */ @@ -499,7 +500,6 @@ typedef struct { int depthX; int depthY; - unsigned int fbLocation; int frontOffset; int frontPitch; int backOffset; |