diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-10-01 20:42:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-10-01 20:42:06 +0000 |
commit | 7e2090e3ebf0bd699d66d336353c097d658a86ae (patch) | |
tree | 31adfb3620f9d0d01fbf7eeb6e19b4d9c5f1bf1b /src | |
parent | a843e4281134de1545d538cb8970179b1d6977f6 (diff) |
missed one missing return value.
Diffstat (limited to 'src')
-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 b6add93..d52f898 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -5346,6 +5346,7 @@ Bool RADEONSetupMemXAA_DRI(int scrnIndex, ScreenPtr pScreen) info->depthPitchOffset = (((info->depthPitch * cpp / 64) << 22) | ((info->depthOffset + info->fbLocation) >> 10)); + return TRUE; } #endif /* XF86DRI */ |