summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2008-07-18 21:30:41 +0200
committerEgbert Eich <eich@freedesktop.org>2008-07-18 21:30:41 +0200
commite1b55be75795908e410988f48cbebabd1e475f23 (patch)
tree982ed17c17380e163d75922939ba8b3ec3b0c961
parente133975d1c4246721936adca7c8485874af79ade (diff)
VIDEO: Fix typos that cause memory doesn't get poperly allocated/feed under xaa.
-rw-r--r--src/radeon_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 48bccd2..c5833cd 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -504,7 +504,7 @@ RADEONAllocateMemory(
}
#endif /* USE_EXA */
#ifdef USE_XAA
- if (info->exa) {
+ if (info->xaa) {
FBLinearPtr linear = *mem_struct;
int cpp = pScrn->bitsPerPixel >> 3;
@@ -566,7 +566,7 @@ RADEONFreeMemory(
}
#endif /* USE_EXA */
#ifdef USE_XAA
- if (info->exa) {
+ if (info->xaa) {
FBLinearPtr linear = mem_struct;
if (linear != NULL)