Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b7036fc8e3250edbea847cb533f15001 > files > 2

perl-SDL-1.20.0-16mdv2008.0.src.rpm

--- SDL_perl-1.20.0/SDL_perl.xs~	2003-01-03 06:14:35.000000000 +0100
+++ SDL_perl-1.20.0/SDL_perl.xs	2004-11-09 14:55:40.328677672 +0100
@@ -5543,7 +5543,7 @@
     Sint16 end;
     Uint32 color;
 CODE:
-     RETVAL = filledpieColor( dst, x, y, rad, start, end, color );
+     RETVAL = filledPieColor( dst, x, y, rad, start, end, color );
 OUTPUT:
      RETVAL
 
@@ -5560,7 +5560,7 @@
     Uint8 b;
     Uint8 a;
 CODE:
-     RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a );
+     RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a );
 OUTPUT:
      RETVAL