Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_WM_SetIcon(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_WM_!SetIcon !!!SDL_WM_!SetIcon NAME SYNOPSIS DESCRIPTION EXAMPLE SEE ALSO ---- !!NAME SDL_WM_!SetIcon- Sets the icon for the display window. !!SYNOPSIS __#include __ __void SDL_WM_!SetIcon__(__SDL_Surface *icon, Uint8 *mask__); !!DESCRIPTION Sets the icon for the display window. This function must be called before the first call to ''SDL_!SetVideoMode''. It takes an __icon__ surface, and a __mask__ in MSB format. If __mask__ is __NULL__, the entire icon surface will be used as the icon. !!EXAMPLE SDL_WM_!SetIcon(SDL_LoadBMP( !!SEE ALSO __SDL_!SetVideoMode__, __SDL_WM_!SetCaption__ ----
One page links to
SDL_WM_SetIcon(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.