[cairo-commit] rcairo ChangeLog,1.184,1.185

Kouhei Sutou commit at pdx.freedesktop.org
Fri Jan 11 00:03:41 PST 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv13517

Modified Files:
	ChangeLog 
Log Message:
* src/rb_cairo.h:
  - RUBY_XXX -> RB_XXX.
  - added extern "C" {}.
  - added rb_cCairo_QuartzSurface.

* src/cairo.def: rb_cCairo_QuartzSurface.

* src/rb_cairo_surface.c: supported Quartz backend.

* src/lib/cairo.rb: required 'osx/cocoa' if Cairo::QuartzSurface is available.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- ChangeLog	29 Dec 2007 11:42:26 -0000	1.184
+++ ChangeLog	11 Jan 2008 08:03:38 -0000	1.185
@@ -1,3 +1,17 @@
+2008-01-11  Kouhei Sutou  <kou at cozmixng.org>
+
+	* src/rb_cairo.h:
+	- RUBY_XXX -> RB_XXX.
+	- added extern "C" {}.
+	- added rb_cCairo_QuartzSurface.
+
+	* src/cairo.def: rb_cCairo_QuartzSurface.
+
+	* src/rb_cairo_surface.c: supported Quartz backend.
+
+	* src/lib/cairo.rb: required 'osx/cocoa' if Cairo::QuartzSurface
+	is available.
+
 2007-12-29  Kouhei Sutou  <kou at cozmixng.org>
 
 	* src/rb_cairo_context.c (cr_set_source_surface): fixed wrong type



More information about the cairo-commit mailing list