Penguin
Blame: SDL_WM_SetIcon(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_WM_SetIcon(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_WM_!SetIcon
2 !!!SDL_WM_!SetIcon
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_WM_!SetIcon- Sets the icon for the display window.
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __void SDL_WM_!SetIcon__(__SDL_Surface *icon, Uint8
1 perry 20 *mask__);
21 !!DESCRIPTION
22
23
24 Sets the icon for the display window.
25
26
27 This function must be called before the first call to
2 perry 28 ''SDL_!SetVideoMode''.
1 perry 29
30
31 It takes an __icon__ surface, and a __mask__ in MSB
32 format.
33
34
35 If __mask__ is __NULL__, the entire icon surface will
36 be used as the icon.
37 !!EXAMPLE
38
39
2 perry 40 SDL_WM_!SetIcon(SDL_LoadBMP(
1 perry 41 !!SEE ALSO
42
43
2 perry 44 __SDL_!SetVideoMode__,
45 __SDL_WM_!SetCaption__
1 perry 46 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.