add missing return value on success in RADEONSetupMemXAA().

This commit is contained in:
Matthieu Herrb
2005-10-01 17:09:48 +00:00
parent 98f7d043f8
commit a843e42811

View File

@@ -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 */