Lines Matching full:icon
827 * Sets/Gets the title and icon text of the display window (UTF-8 encoded)
829 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
830 extern DECLSPEC void SDLCALL SDL_WM_GetCaption(char **title, char **icon);
833 * Sets the icon for the display window.
835 * It takes an icon surface, and a mask in MSB format.
836 * If 'mask' is NULL, the entire icon surface will be used as the icon.
838 extern DECLSPEC void SDLCALL SDL_WM_SetIcon(SDL_Surface *icon, Uint8 *mask);