Fix compile error in LeaveVT

This commit is contained in:
Tomas Carnecky 2008-06-06 10:03:23 +08:00 committed by Zhenyu Wang
parent bff180e6ca
commit a993a8f3ce
1 changed files with 1 additions and 0 deletions

View File

@ -3225,6 +3225,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