Penguin
Blame: SDL_WM_SetIcon(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_WM_SetIcon(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_WM_!SetIcon
2 !!!SDL_WM_!SetIcon
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_WM_!SetIcon- Sets the icon for the display window.
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __void SDL_WM_!SetIcon__(__SDL_Surface *icon, Uint8
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
28 ''SDL_!SetVideoMode''.
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
40 SDL_WM_!SetIcon(SDL_LoadBMP(
41 !!SEE ALSO
42
43
44 __SDL_!SetVideoMode__,
45 __SDL_WM_!SetCaption__
46 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.