Skip to content

Commit

Permalink
Added link in header comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 17, 2016
1 parent a128552 commit f6f9350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_video.h
Expand Up @@ -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,
Expand Down

0 comments on commit f6f9350

Please sign in to comment.