[cairo-commit] rcairo/gen .cvsignore,NONE,1.1 gen.rb,1.5,1.6

Evan Martin commit at pdx.freedesktop.org
Fri May 28 12:45:08 PDT 2004


Committed by: martine

Update of /cvs/cairo/rcairo/gen
In directory pdx:/tmp/cvs-serv30582/gen

Modified Files:
	gen.rb 
Added Files:
	.cvsignore 
Log Message:
changes to allow me to use arch upstream

--- NEW FILE: .cvsignore ---
.arch-ids

Index: gen.rb
===================================================================
RCS file: /cvs/cairo/rcairo/gen/gen.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** a/gen.rb	19 Apr 2004 21:35:57 -0000	1.5
--- b/gen.rb	28 May 2004 19:45:05 -0000	1.6
***************
*** 34,37 ****
--- 34,38 ----
    'cairo_surface_t *' => "Surface",
    'cairo_matrix_t *'  => "Matrix",
+   #'cairo_pattern_t *' => "Pattern",
  }
  
***************
*** 46,49 ****
--- 47,56 ----
    'cairo_set_target_image',  # need special Cairo::Image class
    'cairo_set_target_ps',     # need special file handling
+   'cairo_set_target_png',    # need special file handling
+ 
+   # outside the scope of rcairo and will not be wrapped:
+   'cairo_set_target_drawable',
+   'cairo_set_target_xcb',
+   'cairo_set_target_gl',
  
    'cairo_set_dash',          # takes an array of dashes via double* ?





More information about the cairo-commit mailing list