From b970166eab95ac024ff481b0f5fd9aaf3644aabf Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 8 Sep 2006 11:09:19 -0700 Subject: [PATCH] Fix a compile failure from the last commit. --- src/i830_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i830_driver.c b/src/i830_driver.c index 99c35c0d..ffa93f8e 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -6918,6 +6918,7 @@ I830InitFBManager( BoxPtr FullBox ){ ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum]; + I830Ptr pI830 = I830PTR(pScrn); RegionRec ScreenRegion; RegionRec FullRegion; BoxRec ScreenBox;