comparison include/SDL_video.h @ 4887:0a77d2fc95ad

Fixed grammar, thanks to Sheena's suggestion.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Sep 2010 17:12:19 -0700
parents 511948f4919e
children aa8888658021
comparison
equal deleted inserted replaced
4886:df5525eb7c41 4887:0a77d2fc95ad
596 * \sa SDL_SetWindowTitle() 596 * \sa SDL_SetWindowTitle()
597 */ 597 */
598 extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window); 598 extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window);
599 599
600 /** 600 /**
601 * \brief Set the icon of a window. 601 * \brief Set the icon for a window.
602 * 602 *
603 * \param icon The icon for a window. 603 * \param icon The icon for the window.
604 */ 604 */
605 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window, 605 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
606 SDL_Surface * icon); 606 SDL_Surface * icon);
607 607
608 /** 608 /**