Module Name:    xsrc
Committed By:   mrg
Date:           Mon Nov  9 05:24:05 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c

Log Message:
build fix for 0.3.0.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c
diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.4 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.5
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.4	Mon Nov  9 05:19:11 2009
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c	Mon Nov  9 05:24:05 2009
@@ -835,6 +835,7 @@
 
 	fPtr->fbstart = fPtr->fbmem;
 
+#if 0
 	if (fPtr->shadowFB) {
 		fPtr->shadow = xcalloc(1, pScrn->virtualX * pScrn->virtualY *
 		    pScrn->bitsPerPixel);
@@ -845,6 +846,7 @@
 			return FALSE;
 		}
 	}
+#endif
 
 	switch (pScrn->bitsPerPixel) {
 	case 1:

Reply via email to