mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-28 09:31:36 +00:00
surface: SDL_blit is not used in the public API, remove it from headers.
This commit is contained in:
@@ -86,13 +86,15 @@ typedef struct
|
||||
SDL_BlitFunc func;
|
||||
} SDL_BlitFuncEntry;
|
||||
|
||||
typedef int (SDLCALL *SDL_Blit) (struct SDL_Surface *src, const SDL_Rect *srcrect, struct SDL_Surface *dst, const SDL_Rect *dstrect);
|
||||
|
||||
/* Blit mapping definition */
|
||||
/* typedef'ed in SDL_surface.h */
|
||||
struct SDL_BlitMap
|
||||
{
|
||||
SDL_Surface *dst;
|
||||
int identity;
|
||||
SDL_blit blit;
|
||||
SDL_Blit blit;
|
||||
void *data;
|
||||
SDL_BlitInfo info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user