Differences between version 2 and predecessor to the previous major change of SDL_VideoInfo(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:50 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_VideoInfo
-!!!SDL_VideoInfo
+SDL_!
VideoInfo
+!!!SDL_!
VideoInfo
NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
@@ -8,9 +8,9 @@
----
!!NAME
-SDL_VideoInfo- Video Target information
+SDL_!
VideoInfo- Video Target information
!!STRUCTURE DEFINITION
typedef struct{
@@ -23,10 +23,10 @@
Uint32 blit_sw_CC:1;
Uint32 blit_sw_A:1;
Uint32 blit_fill;
Uint32 video_mem;
-SDL_PixelFormat *vfmt;
-} SDL_VideoInfo;
+SDL_!
PixelFormat *vfmt;
+} SDL_!
VideoInfo;
!!STRUCTURE DATA
__hw_available__ Is it possible to create hardware
@@ -73,13 +73,13 @@
!!DESCRIPTION
This (read-only) structure is returned by
-__SDL_GetVideoInfo__. It contains information on either
+__SDL_!
GetVideoInfo__. It contains information on either
the 'best' available mode (if called before
-__SDL_SetVideoMode__) or the current video
+__SDL_!
SetVideoMode__) or the current video
mode.
!!SEE ALSO
-__SDL_PixelFormat__, __SDL_GetVideoInfo__
+__SDL_!
PixelFormat__, __SDL_!
GetVideoInfo__
----