[cairo-commit] glitzinfo glitzinfo.c,1.5,1.6

David Reveman commit at pdx.freedesktop.org
Mon Sep 6 16:07:06 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitzinfo
In directory gabe:/tmp/cvs-serv19594

Modified Files:
	glitzinfo.c 
Log Message:
Tracking changes to glitz

Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** glitzinfo.c	6 Sep 2004 12:52:24 -0000	1.5
--- glitzinfo.c	6 Sep 2004 23:07:04 -0000	1.6
***************
*** 122,126 ****
    
    surface = glitz_glx_surface_create_for_window (display, screen,
!                                                  formats, win);
    if (!surface) {
      fprintf (stderr, "Error: couldn't create glitz surface for window\n");
--- 122,126 ----
    
    surface = glitz_glx_surface_create_for_window (display, screen,
!                                                  formats, win, 1, 1);
    if (!surface) {
      fprintf (stderr, "Error: couldn't create glitz surface for window\n");
***************
*** 150,154 ****
                     &bounds, &window);
    
!   surface = glitz_agl_surface_create_for_window (formats, window);
    if (!surface) {
      fprintf (stderr, "Error: couldn't create glitz surface for window\n");
--- 150,154 ----
                     &bounds, &window);
    
!   surface = glitz_agl_surface_create_for_window (formats, window, 1, 1);
    if (!surface) {
      fprintf (stderr, "Error: couldn't create glitz surface for window\n");




More information about the cairo-commit mailing list