sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
|
@ -5,17 +5,8 @@ the wrong function, but the handshake accepts it.
|
|||
Index: src/SDL.xs
|
||||
--- src/SDL.xs.orig
|
||||
+++ src/SDL.xs
|
||||
@@ -69,7 +69,7 @@ static int sdl_perl_use_smpeg_audio = 0;
|
||||
#define HAVE_TLS_CONTEXT
|
||||
#endif
|
||||
|
||||
-#include "defines.h"
|
||||
+#include "src/defines.h"
|
||||
|
||||
Uint32
|
||||
sdl_perl_timer_callback ( Uint32 interval, void* param )
|
||||
@@ -189,13 +189,13 @@ sdl_perl_atexit (void)
|
||||
#endif
|
||||
@@ -219,13 +219,13 @@ sdl_perl_atexit (void)
|
||||
SDL_Quit();
|
||||
}
|
||||
|
||||
-void boot_SDL();
|
||||
|
@ -30,21 +21,3 @@ Index: src/SDL.xs
|
|||
}
|
||||
|
||||
MODULE = SDL_perl PACKAGE = SDL
|
||||
@@ -3911,7 +3911,7 @@ GFXFilledpieColor ( dst, x, y, rad, start, end, color
|
||||
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
|
||||
|
||||
@@ -3928,7 +3928,7 @@ GFXFilledpieRGBA ( dst, x, y, rad, start, end, r, g, b
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue