[cairo-commit] libglc/src glc_glx_format.c,1.7,1.8

David Reveman commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005


Committed by: davidr

Update of /cvs/cairo/libglc/src
In directory pdx:/tmp/cvs-serv8754/src

Modified Files:
	glc_glx_format.c 
Log Message:
Remove doublebuffer flag from standard formats

Index: glc_glx_format.c
===================================================================
RCS file: /cvs/cairo/libglc/src/glc_glx_format.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** glc_glx_format.c	3 Feb 2004 17:16:39 -0000	1.7
--- glc_glx_format.c	3 Feb 2004 17:54:01 -0000	1.8
***************
*** 304,307 ****
--- 304,308 ----
  
    _glc_add_options (options, &templ, &mask);
+   mask &= ~GLC_GLX_FORMAT_DOUBLEBUFFER_MASK;
  
    return glc_glx_find_format (display, screen, mask, &templ, 0);





More information about the cairo-commit mailing list