# HG changeset patch # User Sam Lantinga # Date 1229923795 0 # Node ID 5f89d3751ce7dac8129b7bdc3e8eb60eae7830fa # Parent c4150600b3aedb7726ad711e1bf82c33a1e39a59 typo fix diff -r c4150600b3ae -r 5f89d3751ce7 include/SDL_video.h --- a/include/SDL_video.h Mon Dec 22 04:58:35 2008 +0000 +++ b/include/SDL_video.h Mon Dec 22 05:29:55 2008 +0000 @@ -660,7 +660,7 @@ 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. *