xserver/hw/xgl xglsync.c,1.9,1.10
Dave Airlie <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Sat, 31 Dec 2005 22:48:51 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 (®ion); nBox = REGION_NUM_RECTS (®ion); + 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;