[cairo-commit] rcairo/src/lib cairo.rb,1.12,1.13
Kouhei Sutou
commit at pdx.freedesktop.org
Fri Jan 11 04:18:36 PST 2008
Committed by: kou
Update of /cvs/cairo/rcairo/src/lib
In directory kemper:/tmp/cvs-serv24579/src/lib
Modified Files:
cairo.rb
Log Message:
* src/: Cairo::WIN32Surface -> Cairo::Win32Surface.
Index: cairo.rb
===================================================================
RCS file: /cvs/cairo/rcairo/src/lib/cairo.rb,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cairo.rb 11 Jan 2008 11:29:12 -0000 1.12
+++ cairo.rb 11 Jan 2008 12:18:34 -0000 1.13
@@ -93,3 +93,9 @@
require 'cairo/colors'
require 'cairo/context'
require 'cairo/path'
+
+module Cairo
+ if const_defined?(:Win32Surface)
+ WIN32Surface = Win32Surface # For backward compatibility
+ end
+end
More information about the cairo-commit
mailing list