summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Zhao <henryz@localhost.localdomain>2007-06-15 17:00:05 -0700
committerHenry Zhao <henryz@localhost.localdomain>2007-06-15 17:00:05 -0700
commit80313621ffa8c409ae63fc1b28c15fc4abdc3a7b (patch)
tree98aed218aa609027bfd7fcd036764849e7e90dc6
parentf19a6f7ee5bf4ec632e7813359f167599c08e823 (diff)
Update CRT2pScrn->monitor->Last to reflect the
last mode of CRT2pScrn. See bug 11278.
-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 071411b..caa478e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -7349,6 +7349,7 @@ RADEONGetMergedFBOptions(ScrnInfoPtr pScrn)
currentm = newm;
tempm = tempm->next;
}
+ info->CRT2pScrn->monitor->Last = currentm;
/* xf86SetDDCproperties(info->CRT2pScrn, pRADEONEnt->MonInfo2); */