[cairo-commit] rcairo/src/lib cairo.rb,1.5,1.6
Kouhei Sutou
commit at pdx.freedesktop.org
Wed May 2 19:03:16 PDT 2007
Committed by: kou
Update of /cvs/cairo/rcairo/src/lib
In directory kemper:/tmp/cvs-serv2604/src/lib
Modified Files:
cairo.rb
Log Message:
* src/rb_cairo.h, src/rb_cairo_path.c: added Cairo::Point and
Cairo::PathData.
* src/lib/cairo/point.rb (Cairo::Point#distance): moved from
Cairo::Context::Path::Point.
* src/lib/cairo/context/path.rb (Cairo::Context::Path::Point):
removed.
* src/lib/cairo.rb, src/lib/cairo/context/path.rb: used Cairo::Point.
Index: cairo.rb
===================================================================
RCS file: /cvs/cairo/rcairo/src/lib/cairo.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cairo.rb 1 May 2007 13:06:47 -0000 1.5
+++ cairo.rb 3 May 2007 02:03:06 -0000 1.6
@@ -82,5 +82,6 @@
end
end
+require 'cairo/point'
require 'cairo/colors'
require 'cairo/context'
More information about the cairo-commit
mailing list