summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 463e7fc6..f4b2edc8 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -8702,6 +8702,7 @@ RADEONGetMergedFBOptions(ScrnInfoPtr pScrn)
info->CRT2IsScrn0 = TRUE;
} else if(!xf86NameCmp(tempstr,"RightOf")) {
info->CRT2Position = radeonRightOf;
+ valid = TRUE;
if(result == 2) {
if(ival < 0) info->CRT1YOffs = -ival;
else info->CRT2YOffs = ival;