[cairo-commit] glitz/src glitz_filter.c,1.6,1.7

David Reveman commit at pdx.freedesktop.org
Mon Sep 20 09:06:51 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz/src
In directory gabe:/tmp/cvs-serv1032/src

Modified Files:
	glitz_filter.c 
Log Message:
Fixed number of color stops calculation

Index: glitz_filter.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_filter.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** glitz_filter.c	11 Sep 2004 14:47:44 -0000	1.6
--- glitz_filter.c	20 Sep 2004 16:06:48 -0000	1.7
***************
*** 214,218 ****
          size = surface->width;
      } else
!       size = (n_params - 1) / 3;
      
      if (size < 2)
--- 214,218 ----
          size = surface->width;
      } else
!       size = (n_params - 2) / 3;
      
      if (size < 2)




More information about the cairo-commit mailing list