xf86-video-intel: src/i830_dri.c

Alan Hourihane alanh at kemper.freedesktop.org
Thu Apr 20 12:49:19 EEST 2006


 src/i830_dri.c |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree 1dbb19059f5dd5cd2ad386c4f73498095987b943 (from a85be820033af8bf30d1fec4a899349af35a6ef6)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Thu Apr 20 10:43:19 2006 +0100

    fix bug 6365

diff --git a/src/i830_dri.c b/src/i830_dri.c
index e5890c2..13d2cfd 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -771,6 +771,9 @@ I830DRIDoMappings(ScreenPtr pScreen)
    sarea->depth_handle = 0;
    sarea->tex_handle = 0;
 
+   /* Assign pScreen */
+   pScrn->pScreen = pScreen;
+
    /* Need to initialize pScreen now to let RandR know. */
    pScrn->pScreen->width = pScrn->virtualX;
    pScrn->pScreen->height = pScrn->virtualY;



More information about the xorg-commit mailing list