<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,22 +64,21 @@ module SDL
     end
 
 
-    optfunc  :rotozoomSurfaceXY,
-              [ :pointer, :double, :double, :double, :int ],
-              SDL::Surface.typed_pointer
-
-    optional {
-      func  :__rotozoomSurfaceSizeXY, :rotozoomSurfaceSizeXY,
-            [ :int, :int, :double, :double, :double,
-              :pointer, :pointer ], :void
-
-      def self.rotozoomSurfaceSizeXY( width, height, angle, zoomx, zoomy )
-        w = FFI::MemoryPointer.new( :int )
-        h = FFI::MemoryPointer.new( :int )
-        __rotozoomSurfaceSizeXY( width, height, angle, zoomx, zoomy, w, h )
-        return [w.get_int(0), h.get_int(0)]
-      end
-    }
+    func  :rotozoomSurfaceXY,
+          [ :pointer, :double, :double, :double, :int ],
+          SDL::Surface.typed_pointer
+
+    func  :__rotozoomSurfaceSizeXY, :rotozoomSurfaceSizeXY,
+          [ :int, :int, :double, :double, :double,
+            :pointer, :pointer ], :void
+
+    def self.rotozoomSurfaceSizeXY( width, height, angle, zoomx, zoomy )
+      w = FFI::MemoryPointer.new( :int )
+      h = FFI::MemoryPointer.new( :int )
+      __rotozoomSurfaceSizeXY( width, height, angle, zoomx, zoomy, w, h )
+      return [w.get_int(0), h.get_int(0)]
+    end
+
 
 
     func  :zoomSurface, [ :pointer, :double, :double, :int ],</diff>
      <filename>lib/ruby-sdl-ffi/gfx/rotozoom.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ddb3eff5d8783baac835c494985e38d0f890e9c</id>
    </parent>
  </parents>
  <author>
    <name>John Croisant</name>
    <email>jacius@gmail.com</email>
  </author>
  <url>http://github.com/jacius/ruby-sdl-ffi/commit/69d94b14d6820064f1aa4509327a737474f63b2b</url>
  <id>69d94b14d6820064f1aa4509327a737474f63b2b</id>
  <committed-date>2009-10-29T14:26:17-07:00</committed-date>
  <authored-date>2009-10-29T14:26:17-07:00</authored-date>
  <message>rotozoomSurfaceXY and rotozoomSurfaceSizeXY don't need to be optional.

They both exist in SDL_gfx 2.0.13, the minimum supported version.</message>
  <tree>702830ef4f6858a1075ef5883c677edc22588fa6</tree>
  <committer>
    <name>John Croisant</name>
    <email>jacius@gmail.com</email>
  </committer>
</commit>
