Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 47:45b1c4303f87
Added initial support for Quartz video (thanks Darrell!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 07 Jun 2001 14:28:11 +0000 |
parents | 74212992fb08 |
children | 14af14ff7c19 |
line wrap: on
line diff
--- a/include/SDL_video.h Thu Jun 07 13:53:51 2001 +0000 +++ b/include/SDL_video.h Thu Jun 07 14:28:11 2001 +0000 @@ -878,6 +878,10 @@ */ extern DECLSPEC SDL_GrabMode SDL_WM_GrabInput(SDL_GrabMode mode); +/* Not in public API at the moment - do not use! */ +extern DECLSPEC int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect, + SDL_Surface *dst, SDL_Rect *dstrect); + /* Ends C function definitions when using C++ */ #ifdef __cplusplus }