Differences between version 2 and previous revision of SDL_VideoModeOK(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 | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
@@ -24,9 +24,9 @@
__SDL_VideoModeOK__ returns __0__ if the requested
mode is not supported under any bit depth, or returns the
bits-per-pixel of the closest available mode with the given
width, height and requested ''surface'' flags (see
-__SDL_SetVideoMode__).
+__SDL_!
SetVideoMode__).
The bits-per-pixel value returned is only a suggested mode.
You can usually request and bpp you want when ''setting''
@@ -34,9 +34,9 @@
shadow video surface.
The arguments to __SDL_VideoModeOK__ are the same ones
-you would pass to ''SDL_SetVideoMode''
+you would pass to ''SDL_!
SetVideoMode''
!!EXAMPLE
SDL_Surface *screen;
@@ -47,7 +47,7 @@
printf(
!!SEE ALSO
-__SDL_SetVideoMode__,
-__SDL_GetVideoInfo__
+__SDL_!
SetVideoMode__,
+__SDL_!
GetVideoInfo__
----