diff options
author | Henry Zhao <henryz@localhost.localdomain> | 2007-06-15 17:00:05 -0700 |
---|---|---|
committer | Henry Zhao <henryz@localhost.localdomain> | 2007-06-15 17:00:05 -0700 |
commit | 80313621ffa8c409ae63fc1b28c15fc4abdc3a7b (patch) | |
tree | 98aed218aa609027bfd7fcd036764849e7e90dc6 | |
parent | f19a6f7ee5bf4ec632e7813359f167599c08e823 (diff) |
Update CRT2pScrn->monitor->Last to reflect the
last mode of CRT2pScrn. See bug 11278.
-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 071411bb..caa478e6 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); */ |