From f6f9350a3c89a90ee4b054dbe2153db2b4648af3 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 17 Aug 2016 21:05:00 +0200 Subject: [PATCH] Added link in header comment. --- include/SDL_video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_video.h b/include/SDL_video.h index 1b8dc2b20..0e138a780 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -789,6 +789,7 @@ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window); * \return 0 on success, or -1 on error. * * \sa SDL_GetWindowSurface() + * \sa SDL_UpdateWindowSurface() */ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window, const SDL_Rect * rects,