xf86-video-intel: src/i830_driver.c

Eric Anholt anholt at kemper.freedesktop.org
Fri Sep 8 21:14:13 EEST 2006


 src/i830_driver.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree b970166eab95ac024ff481b0f5fd9aaf3644aabf (from 8b9d7a5f8560ee55ca5cb5376517a4246cd79fb9)
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Sep 8 11:09:19 2006 -0700

    Fix a compile failure from the last commit.

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 99c35c0..ffa93f8 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;



More information about the xorg-commit mailing list