|
/* Internal implementation of SDL_ReadSurfacePixel, shared between SDL_shape
|
|
/* Internal implementation of SDL_ReadSurfacePixel, shared between SDL_shape
|
|
-SDL_ReadSurfacePixel_impl(SDL_Surface *surface, int x, int y, Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a)
|
|
|
|
|
|
+static int SDL_ReadSurfacePixel_impl(SDL_Surface *surface, int x, int y, Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a)
|