mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
- missing line in mergedfb option parsing. Spotted by Christoph Bauer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user