[cairo-commit] rcairo/gen gen.rb,1.3,1.4

Evan Martin commit at pdx.freedesktop.org
Mon Nov 24 20:35:44 PST 2003


Committed by: martine

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

Modified Files:
	gen.rb 
Log Message:
Fix build, add GtkCairo bindings.


Index: gen.rb
===================================================================
RCS file: /cvs/cairo/rcairo/gen/gen.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gen.rb	19 Nov 2003 18:51:51 -0000	1.3
--- gen.rb	25 Nov 2003 04:35:42 -0000	1.4
***************
*** 229,233 ****
  $funcs.each { |func, ret, args|
    if special.has_key? func
!     dputs "* #{func} is marked for special handling"
      next
    end
--- 229,233 ----
  $funcs.each { |func, ret, args|
    if special.has_key? func
!     dputs "+ #{func} is marked for special handling"
      next
    end
***************
*** 245,254 ****
  
    if added
!     dputs "* #{func}"
    else
!     dputs " -> don't know what to do with #{func}"
    end
  }
  
  $classes.each_value { |c|
    File.open("../src/gen-#{c.name}.c", "w") { |f|
--- 245,256 ----
  
    if added
!     dputs "+ #{func}"
    else
!     dputs "** don't know what to do with #{func}"
    end
  }
  
+ puts
+ 
  $classes.each_value { |c|
    File.open("../src/gen-#{c.name}.c", "w") { |f|
***************
*** 259,262 ****
--- 261,266 ----
  }
  
+ puts
+ 
  File.open("../src/gen-constants.c", "w") { |f|
    puts "Generating constants..."





More information about the cairo-commit mailing list