Differences between current version and previous revision of SDL_WM_SetIcon(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_WM_SetIcon
-!!!SDL_WM_SetIcon
+SDL_WM_!
SetIcon
+!!!SDL_WM_!
SetIcon
NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
@@ -8,25 +8,25 @@
----
!!NAME
-SDL_WM_SetIcon- Sets the icon for the display window.
+SDL_WM_!
SetIcon- Sets the icon for the display window.
!!SYNOPSIS
__#include __
-__void SDL_WM_SetIcon__(__SDL_Surface *icon, Uint8
+__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''.
+''SDL_!
SetVideoMode''.
It takes an __icon__ surface, and a __mask__ in MSB
format.
@@ -36,11 +36,11 @@
be used as the icon.
!!EXAMPLE
-SDL_WM_SetIcon(SDL_LoadBMP(
+SDL_WM_!
SetIcon(SDL_LoadBMP(
!!SEE ALSO
-__SDL_SetVideoMode__,
-__SDL_WM_SetCaption__
+__SDL_!
SetVideoMode__,
+__SDL_WM_!
SetCaption__
----