[PATCH] xf86-video-intel: Fix regression introduced in c2e2fe4
Tomas Carnecky
tom at dbservice.com
Thu Jun 5 15:51:41 PDT 2008
---
'config' is still needed a couple lines into the function.
src/i830_driver.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 34c83c1..22f38ff 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -3253,6 +3253,7 @@ I830LeaveVT(int scrnIndex, int flags)
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
I830Ptr pI830 = I830PTR(pScrn);
#ifndef HAVE_FREE_SHADOW
+ xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(pScrn);
int o;
#endif
--
1.5.5.3
More information about the xorg
mailing list