[cairo-commit] rcairo/gen gen.rb,1.6,1.7

OEyvind Kolaas commit at pdx.freedesktop.org
Mon Aug 23 01:23:34 PDT 2004


Committed by: pippin

Update of /cvs/cairo/rcairo/gen
In directory gabe:/tmp/cvs-serv15319/gen

Modified Files:
	gen.rb 
Log Message:
added insideness testing functions


Index: gen.rb
===================================================================
RCS file: /cvs/cairo/rcairo/gen/gen.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gen.rb	28 May 2004 19:45:05 -0000	1.6
--- gen.rb	23 Aug 2004 08:23:32 -0000	1.7
***************
*** 79,82 ****
--- 79,87 ----
    'cairo_matrix_destroy',
    'cairo_matrix_copy',
+ 
+    # insideness testing
+    'cairo_in_stroke',
+    'cairo_in_fill',
+ 
  ].each { |func| special[func] = 1 }
  




More information about the cairo-commit mailing list