Updated SDL HTML documentation
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40804
This commit is contained in:
parent
83ca4b6cb1
commit
fbce506d5a
202 changed files with 4886 additions and 2484 deletions
|
@ -4,7 +4,7 @@
|
|||
>SDL_ListModes</TITLE
|
||||
><META
|
||||
NAME="GENERATOR"
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
|
||||
"><LINK
|
||||
REL="HOME"
|
||||
TITLE="SDL Library Documentation"
|
||||
|
@ -28,6 +28,7 @@ ALINK="#ff0000"
|
|||
><DIV
|
||||
CLASS="NAVHEADER"
|
||||
><TABLE
|
||||
SUMMARY="Header navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -45,6 +46,7 @@ ALIGN="left"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlvideodrivername.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -58,6 +60,7 @@ ALIGN="right"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlvideomodeok.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -68,12 +71,12 @@ WIDTH="100%"></DIV
|
|||
><H1
|
||||
><A
|
||||
NAME="SDLLISTMODES"
|
||||
>SDL_ListModes</A
|
||||
></H1
|
||||
></A
|
||||
>SDL_ListModes</H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN776"
|
||||
NAME="AEN1159"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
|
@ -82,14 +85,14 @@ the given format and video flags</DIV
|
|||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN779"
|
||||
NAME="AEN1162"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><DIV
|
||||
CLASS="FUNCSYNOPSIS"
|
||||
><A
|
||||
NAME="AEN780"
|
||||
NAME="AEN1163"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -113,7 +116,7 @@ CLASS="FSFUNC"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN786"
|
||||
NAME="AEN1169"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
|
@ -169,7 +172,7 @@ CLASS="LITERAL"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN801"
|
||||
NAME="AEN1184"
|
||||
></A
|
||||
><H2
|
||||
>Example</H2
|
||||
|
@ -190,7 +193,7 @@ if(modes == (SDL_Rect **)0){
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
/* Check if or resolution is restricted */
|
||||
/* Check if our resolution is restricted */
|
||||
if(modes == (SDL_Rect **)-1){
|
||||
printf("All resolutions available.\n");
|
||||
}
|
||||
|
@ -206,7 +209,7 @@ else{
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN804"
|
||||
NAME="AEN1187"
|
||||
></A
|
||||
><H2
|
||||
>See Also</H2
|
||||
|
@ -245,6 +248,7 @@ CLASS="NAVFOOTER"
|
|||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
SUMMARY="Footer navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -256,6 +260,7 @@ ALIGN="left"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlvideodrivername.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -264,6 +269,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="index.html"
|
||||
ACCESSKEY="H"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -272,6 +278,7 @@ ALIGN="right"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlvideomodeok.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -287,6 +294,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="video.html"
|
||||
ACCESSKEY="U"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue