Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30599
Collapse All | Expand All

(-)SDL_perl-1.20.3-orig/SDL_perl.xs (-2 / +2 lines)
Lines 3742-3748 Link Here
3742
    Sint16 end;
3742
    Sint16 end;
3743
    Uint32 color;
3743
    Uint32 color;
3744
CODE:
3744
CODE:
3745
     RETVAL = filledpieColor( dst, x, y, rad, start, end, color );
3745
     RETVAL = filledPieColor( dst, x, y, rad, start, end, color );
3746
OUTPUT:
3746
OUTPUT:
3747
     RETVAL
3747
     RETVAL
3748
3748
Lines 3759-3765 Link Here
3759
    Uint8 b;
3759
    Uint8 b;
3760
    Uint8 a;
3760
    Uint8 a;
3761
CODE:
3761
CODE:
3762
     RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a );
3762
     RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a );
3763
OUTPUT:
3763
OUTPUT:
3764
     RETVAL
3764
     RETVAL
3765
3765

Return to bug 30599