summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-07-16 04:38:54 +0000
committerEric Anholt <anholt@freebsd.org>2004-07-16 04:38:54 +0000
commit57de5e285d6271fc4b2bc8a951a98be6308d649d (patch)
tree3653c2871cc03c63e6c9c588e1159c3cf9205bba /src/radeon.h
parent9b0ec803bd588d9af778bfd307ee6d958e4a1e73 (diff)
Bugzilla #803,804: Fix build in the !XF86DRI case after DRI and Radeon
Render acceleration merges.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 16890eef..3e8f5540 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;