Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added link in header comment.
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
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, |
|
|