Remove / update references to 1.2.
--HG-- extra : histedit_source : 374adabd4332afcb1a85517ef8b82fe997f830c1
This commit is contained in:
parent
f72a821566
commit
b066315e36
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
Title SDL 1.2.8
|
Title SDL 2.0.0
|
||||||
Version 1
|
Version 1
|
||||||
Description SDL Library for Mac OS X (http://www.libsdl.org)
|
Description SDL Library for Mac OS X (http://www.libsdl.org)
|
||||||
DefaultLocation /Library/Frameworks
|
DefaultLocation /Library/Frameworks
|
||||||
|
|
|
@ -48,9 +48,9 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief A variable controlling how 3D acceleration is used to accelerate the SDL 1.2 screen surface.
|
* \brief A variable controlling how 3D acceleration is used to accelerate the SDL screen surface.
|
||||||
*
|
*
|
||||||
* SDL can try to accelerate the SDL 1.2 screen surface by using streaming
|
* SDL can try to accelerate the SDL screen surface by using streaming
|
||||||
* textures with a 3D rendering engine. This variable controls whether and
|
* textures with a 3D rendering engine. This variable controls whether and
|
||||||
* how this is done.
|
* how this is done.
|
||||||
*
|
*
|
||||||
|
@ -107,7 +107,7 @@ extern "C" {
|
||||||
#define SDL_HINT_RENDER_SCALE_QUALITY "SDL_RENDER_SCALE_QUALITY"
|
#define SDL_HINT_RENDER_SCALE_QUALITY "SDL_RENDER_SCALE_QUALITY"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief A variable controlling whether updates to the SDL 1.2 screen surface should be synchronized with the vertical refresh, to avoid tearing.
|
* \brief A variable controlling whether updates to the SDL screen surface should be synchronized with the vertical refresh, to avoid tearing.
|
||||||
*
|
*
|
||||||
* This variable can be set to the following values:
|
* This variable can be set to the following values:
|
||||||
* "0" - Disable vsync
|
* "0" - Disable vsync
|
||||||
|
|
|
@ -862,14 +862,14 @@ GENERATE_DOCSET = NO
|
||||||
# documentation sets from a single provider (such as a company or product suite)
|
# documentation sets from a single provider (such as a company or product suite)
|
||||||
# can be grouped.
|
# can be grouped.
|
||||||
|
|
||||||
DOCSET_FEEDNAME = "SDL 1.2 Doxygen"
|
DOCSET_FEEDNAME = "SDL 2.0 Doxygen"
|
||||||
|
|
||||||
# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
|
# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
|
||||||
# should uniquely identify the documentation set bundle. This should be a
|
# should uniquely identify the documentation set bundle. This should be a
|
||||||
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
||||||
# will append .docset to the name.
|
# will append .docset to the name.
|
||||||
|
|
||||||
DOCSET_BUNDLE_ID = org.libsdl.sdl12
|
DOCSET_BUNDLE_ID = org.libsdl.sdl20
|
||||||
|
|
||||||
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
|
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
|
||||||
# will be generated that can be used as input for tools like the
|
# will be generated that can be used as input for tools like the
|
||||||
|
@ -883,7 +883,7 @@ GENERATE_HTMLHELP = NO
|
||||||
# can add a path in front of the file if the result should not be
|
# can add a path in front of the file if the result should not be
|
||||||
# written to the html output directory.
|
# written to the html output directory.
|
||||||
|
|
||||||
CHM_FILE = ./sdl12.chm
|
CHM_FILE = ./sdl20.chm
|
||||||
|
|
||||||
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
|
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
|
||||||
# be used to specify the location (absolute path including file name) of
|
# be used to specify the location (absolute path including file name) of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue