Fix compile error in LeaveVT
This commit is contained in:
parent
bff180e6ca
commit
a993a8f3ce
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue