From 4dd28974046065e33c4501f00dc6734dff48c8f7 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 Sep 2012 18:18:38 -0400 Subject: [PATCH] Fixed a typo in the docs. --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 59078302d..f93117fcf 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -84,7 +84,7 @@ typedef struct * \sa SDL_SetWindowIcon() * \sa SDL_SetWindowPosition() * \sa SDL_SetWindowSize() - * \sa SDL_SetWindowBorder() + * \sa SDL_SetWindowBordered() * \sa SDL_SetWindowTitle() * \sa SDL_ShowWindow() */