Module Name:    xsrc
Committed By:   macallan
Date:           Thu Dec 31 05:43:57 UTC 2009

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

Log Message:
use BGR on XVR-1000


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    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.6 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.7
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.6	Sat Dec 12 07:52:36 2009
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c	Thu Dec 31 05:43:56 2009
@@ -514,7 +514,8 @@
 		    wstype == WSDISPLAY_TYPE_SUNCG12 ||
 		    wstype == WSDISPLAY_TYPE_SUNCG14 ||
 		    wstype == WSDISPLAY_TYPE_SUNTCX ||
-		    wstype == WSDISPLAY_TYPE_SUNFFB) {
+		    wstype == WSDISPLAY_TYPE_SUNFFB ||
+		    wstype == WSDISPLAY_TYPE_XVR1000) {
 			masks.red = 0x0000ff;
 			masks.green = 0x00ff00;
 			masks.blue = 0xff0000;

Reply via email to