# HG changeset patch # User Matti Hamalainen # Date 1348833081 -10800 # Node ID 10f58ff516b3a24d289eb8833a282afe95d469a2 # Parent 022eee2e7de693b754d1fb6e01760820a436a6f4 Add function prototypes for two special case scaled blit functions. diff -r 022eee2e7de6 -r 10f58ff516b3 dmlib.h --- a/dmlib.h Fri Sep 28 14:50:58 2012 +0300 +++ b/dmlib.h Fri Sep 28 14:51:21 2012 +0300 @@ -241,6 +241,9 @@ DMScaledBlitFunc dmGetScaledBlitFunc(SDL_PixelFormat *src, SDL_PixelFormat *dst, int mode); int dmScaledBlitSurfaceAny(SDL_Surface *src, const int x0, const int y0, const int dwidth, const int dheight, SDL_Surface *dst, int mode); + +int dmScaledBlitSurface32to32TransparentX(SDL_Surface *src, const int x0, const int y0, const int dwidth, const int dheight, SDL_Surface *dst); +int dmScaledBlitSurface32to32TransparentGA(SDL_Surface *src, const int x0, const int y0, const int dwidth, const int dheight, SDL_Surface *dst, Uint32 alpha); #endif /* Misc functions