[cairo-commit] cairo/src cairoint.h,1.61,1.62

OEyvind Kolaas commit at pdx.freedesktop.org
Tue May 11 13:59:11 PDT 2004


Committed by: pippin

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

Modified Files:
	cairoint.h 
Log Message:
changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients easier.


Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** a/cairoint.h	11 May 2004 18:20:06 -0000	1.61
--- b/cairoint.h	11 May 2004 20:59:09 -0000	1.62
***************
*** 448,452 ****
  
  #define CAIRO_EXTEND_DEFAULT CAIRO_EXTEND_NONE
! #define CAIRO_FILTER_DEFAULT CAIRO_FILTER_NEAREST
  
  typedef enum {
--- 448,452 ----
  
  #define CAIRO_EXTEND_DEFAULT CAIRO_EXTEND_NONE
! #define CAIRO_FILTER_DEFAULT CAIRO_FILTER_BEST
  
  typedef enum {





More information about the cairo-commit mailing list