diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 5f6dc941..b6add939 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -5406,6 +5406,7 @@ Bool RADEONSetupMemXAA(int scrnIndex, ScreenPtr pScreen) "Largest offscreen area available: %d x %d\n", width, height); } + return TRUE; } } #endif /* USE_XAA */ |