# HG changeset patch # User Philipp Wiesemann # Date 1470256784 -7200 # Node ID e8281b14970c7ef0b3cc8205d057951edee1b57f # Parent 724516f210e69c6021316888b8112ba852cef07b Fixed two old identifiers in header comments. diff -r 724516f210e6 -r e8281b14970c include/SDL_keyboard.h --- a/include/SDL_keyboard.h Wed Aug 03 22:32:20 2016 +0200 +++ b/include/SDL_keyboard.h Wed Aug 03 22:39:44 2016 +0200 @@ -136,7 +136,7 @@ * copy it. If the key doesn't have a name, this function returns an * empty string (""). * - * \sa SDL_Key + * \sa SDL_Keycode */ extern DECLSPEC const char *SDLCALL SDL_GetKeyName(SDL_Keycode key); diff -r 724516f210e6 -r e8281b14970c include/SDL_video.h --- a/include/SDL_video.h Wed Aug 03 22:32:20 2016 +0200 +++ b/include/SDL_video.h Wed Aug 03 22:39:44 2016 +0200 @@ -789,7 +789,6 @@ * \return 0 on success, or -1 on error. * * \sa SDL_GetWindowSurface() - * \sa SDL_UpdateWindowSurfaceRect() */ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window, const SDL_Rect * rects,