xserver/hw/xgl xglsync.c,1.9,1.10

Dave Airlie xserver-commit at pdx.freedesktop.org
Sat Dec 31 22:48:51 PST 2005


Committed by: airlied

Update of /cvs/xserver/xserver/hw/xgl
In directory gabe:/tmp/cvs-serv1021

Modified Files:
	xglsync.c 
Log Message:
Fixup from Eric Anholt for format initialiser


Index: xglsync.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglsync.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xglsync.c	23 Dec 2005 02:07:58 -0000	1.9
+++ xglsync.c	1 Jan 2006 06:48:49 -0000	1.10
@@ -173,6 +173,7 @@
 	pBox = REGION_RECTS (&region);
 	nBox = REGION_NUM_RECTS (&region);
 
+	format.fourcc = GLITZ_FOURCC_RGB;
 	format.masks = pPixmapPriv->pPixel->masks;
 	
 	while (nBox--)
@@ -250,6 +251,7 @@
 	pBox = REGION_RECTS (pRegion);
 	pExt = REGION_EXTENTS (pDrawable->pScreen, pRegion);
 
+	format.fourcc = GLITZ_FOURCC_RGB;
 	format.masks   = pPixmapPriv->pPixel->masks;
 	format.xoffset = pExt->x1;
 



More information about the xserver-commit mailing list