mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Added link in header comment.
This commit is contained in:
parent
a128552577
commit
f6f9350a3c
@ -789,6 +789,7 @@ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window);
|
|||||||
* \return 0 on success, or -1 on error.
|
* \return 0 on success, or -1 on error.
|
||||||
*
|
*
|
||||||
* \sa SDL_GetWindowSurface()
|
* \sa SDL_GetWindowSurface()
|
||||||
|
* \sa SDL_UpdateWindowSurface()
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,
|
extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,
|
||||||
const SDL_Rect * rects,
|
const SDL_Rect * rects,
|
||||||
|
Loading…
Reference in New Issue
Block a user