diff options
author | Alex Deucher <agd5f@yahoo.com> | 2005-08-06 17:23:16 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2005-08-06 17:23:16 +0000 |
commit | 692fb0f8b51abeccaf70b51fc1defc62132b15e9 (patch) | |
tree | 8f07813ca37fcefc324da9527f9c53ccbd238702 /src | |
parent | 14e77a39320a7a074b5c2eeeea9750b469abc978 (diff) |
- missing line in mergedfb option parsing. Spotted by Christoph Bauer
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 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; |