summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-08 11:09:19 -0700
committerEric Anholt <eric@anholt.net>2006-09-08 11:09:19 -0700
commitb970166eab95ac024ff481b0f5fd9aaf3644aabf (patch)
tree342ae9a71f08824e60cd4ad0420a2d411700803c
parent8b9d7a5f8560ee55ca5cb5376517a4246cd79fb9 (diff)
Fix a compile failure from the last commit.
-rw-r--r--src/i830_driver.c1
1 files changed, 1 insertions, 0 deletions
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;