Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Remove / update references to 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Jun 28, 2013
1 parent 131ef1c commit f9ded24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Xcode/SDL/pkg-support/SDL.info
@@ -1,4 +1,4 @@
Title SDL 1.2.8
Title SDL 2.0.0
Version 1
Description SDL Library for Mac OS X (http://www.libsdl.org)
DefaultLocation /Library/Frameworks
Expand Down
6 changes: 3 additions & 3 deletions include/SDL_hints.h
Expand Up @@ -48,9 +48,9 @@ extern "C" {
#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
* how this is done.
*
Expand Down Expand Up @@ -107,7 +107,7 @@ extern "C" {
#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:
* "0" - Disable vsync
Expand Down
6 changes: 3 additions & 3 deletions include/doxyfile
Expand Up @@ -862,14 +862,14 @@ GENERATE_DOCSET = NO
# documentation sets from a single provider (such as a company or product suite)
# 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
# should uniquely identify the documentation set bundle. This should be a
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
# 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
# will be generated that can be used as input for tools like the
Expand All @@ -883,7 +883,7 @@ GENERATE_HTMLHELP = NO
# can add a path in front of the file if the result should not be
# 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
# be used to specify the location (absolute path including file name) of
Expand Down

0 comments on commit f9ded24

Please sign in to comment.