diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-01-26 01:50:18 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-01-26 01:50:18 -0500 |
commit | b515eee4b1cafae78ed39cd91c18b4f5e671b20b (patch) | |
tree | 334f2d5174b6ebd5e52dc02bcb1d3e1cf80f707c /src/legacy_output.c | |
parent | 289b4a377cfff0c2a8ec938951cfbae1e270570e (diff) |
Additional output cleanup
Diffstat (limited to 'src/legacy_output.c')
-rw-r--r-- | src/legacy_output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c index 54896145..b7b57280 100644 --- a/src/legacy_output.c +++ b/src/legacy_output.c @@ -565,8 +565,9 @@ RADEONCrtIsPhysicallyConnected(ScrnInfoPtr pScrn, int IsCrtDac) #endif RADEONMonitorType -legacy_dac_detect(ScrnInfoPtr pScrn, xf86OutputPtr output) +legacy_dac_detect(xf86OutputPtr output) { + ScrnInfoPtr pScrn = output->scrn; RADEONInfoPtr info = RADEONPTR(pScrn); RADEONOutputPrivatePtr radeon_output = output->driver_private; RADEONMonitorType found = MT_NONE; |