- missing line in mergedfb option parsing. Spotted by Christoph Bauer

This commit is contained in:
Alex Deucher
2005-08-06 17:23:16 +00:00
parent 14e77a3932
commit 692fb0f8b5

View File

@@ -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;