Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 2441 - SDL_DuplicateSurface
Rainer Deyke I've written a small patch that adds a small SDL_DuplicateSurface function to SDL. I've written the function as part of a larger (as yet unfinished) patch, but I think this function is useful enough that it merits inclusion in SDL on its own.
- Loading branch information
Showing
with
25 additions
and 0 deletions.
- +5 −0 include/SDL_surface.h
- +1 −0 src/dynapi/SDL_dynapi_overrides.h
- +1 −0 src/dynapi/SDL_dynapi_procs.h
- +18 −0 src/video/SDL_surface.c