[cairo-commit] libglc/src glc_surface.c,1.7,1.8
David Reveman
commit at pdx.freedesktop.org
Tue Dec 9 03:03:32 PST 2003
Committed by: davidr
Update of /cvs/cairo/libglc/src
In directory pdx:/tmp/cvs-serv5775/src
Modified Files:
glc_surface.c
Log Message:
Do not draw to both back and front buffer
Index: glc_surface.c
===================================================================
RCS file: /cvs/cairo/libglc/src/glc_surface.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** glc_surface.c 9 Dec 2003 10:35:57 -0000 1.7
--- glc_surface.c 9 Dec 2003 11:03:30 -0000 1.8
***************
*** 317,321 ****
if (surface->type != GLC_SURFACE_TEXTURE_TYPE) {
- glDrawBuffer (GL_FRONT_AND_BACK);
glPixelZoom (1.0, -1.0);
glRasterPos2i (x, y);
--- 317,320 ----
More information about the cairo-commit
mailing list