Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 22, 2008
1 parent 78cc73d commit ae52bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -660,7 +660,7 @@ extern DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_WindowID windowID, int w,
int h);

/**
* \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *w)
* \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *h)
*
* \brief Get the size of the window's client area.
*
Expand Down

0 comments on commit ae52bcf

Please sign in to comment.