summaryrefslogtreecommitdiff
path: root/src/legacy_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-01-23 20:00:43 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-01-23 20:00:43 -0500
commit289b4a377cfff0c2a8ec938951cfbae1e270570e (patch)
tree31ac7ed6cef678da4bddd23931abb08234f55937 /src/legacy_output.c
parent0faab02cc732414af3cfb2014d3ddc1139aff063 (diff)
Remove OutputType and other cruft
Diffstat (limited to 'src/legacy_output.c')
-rw-r--r--src/legacy_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c
index e4e81d0f..54896145 100644
--- a/src/legacy_output.c
+++ b/src/legacy_output.c
@@ -573,7 +573,7 @@ legacy_dac_detect(ScrnInfoPtr pScrn, xf86OutputPtr output)
if (radeon_output->devices & (ATOM_DEVICE_TV_SUPPORT)) {
if (xf86ReturnOptValBool(info->Options, OPTION_FORCE_TVOUT, FALSE)) {
- if (radeon_output->type == OUTPUT_STV)
+ if (radeon_output->ConnectorType == CONNECTOR_STV)
found = MT_STV;
else
found = MT_CTV;