Differences between version 2 and predecessor to the previous major change of SDL_ConvertSurface(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_ConvertSurface
-!!!SDL_ConvertSurface
+SDL_!
ConvertSurface
+!!!SDL_!
ConvertSurface
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
@@ -8,17 +8,17 @@
----
!!NAME
-SDL_ConvertSurface- Converts a surface to the same format as another surface.
+SDL_!
ConvertSurface- Converts a surface to the same format as another surface.
!!SYNOPSIS
__#include __
-__SDL_Surface *SDL_ConvertSurface__(__SDL_Surface *src,
-SDL_PixelFormat *fmt, Uint32 flags__);
+__SDL_Surface *SDL_!
ConvertSurface__(__SDL_Surface *src,
+SDL_!
PixelFormat *fmt, Uint32 flags__);
!!DESCRIPTION
Creates a new surface of the specified format, and then
@@ -31,16 +31,16 @@
semantics.
This function is used internally by
-__SDL_DisplayFormat__.
+__SDL_!
DisplayFormat__.
!!RETURN VALUE
Returns either a pointer to the new surface, or __NULL__
on error.
!!SEE ALSO
-__SDL_CreateRGBSurface__, __SDL_DisplayFormat__,
-__SDL_PixelFormat__, __SDL_Surface__
+__SDL_CreateRGBSurface__, __SDL_!
DisplayFormat__,
+__SDL_!
PixelFormat__, __SDL_Surface__
----