Skip to content

Commit

Permalink
Fixed two old identifiers in header comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 3, 2016
1 parent 82c94a3 commit 24bc00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/SDL_keyboard.h
Expand Up @@ -136,7 +136,7 @@ extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
* 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);

Expand Down
1 change: 0 additions & 1 deletion include/SDL_video.h
Expand Up @@ -789,7 +789,6 @@ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window);
* \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,
Expand Down

0 comments on commit 24bc00a

Please sign in to comment.