Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-04-12 23:43:08
Size: 1175
Editor: SheenaSmith
Comment: minor correction
Revision 3 as of 2010-04-13 00:08:52
Size: 1174
Editor: SheenaSmith
Comment: minor correction
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
[[CategoryVersion]] [[CategoryStruct]]

DRAFT

SDL_version

A structure that contains information about the version of SDL in use.

Data Fields

Uint8

major

major version

Uint8

minor

minor version

Uint8

patch

update version

Code Examples

You can add your code example here

Remarks

Represents the library's version as three levels:

  • major revision (increments with massive changes, additions, and enhancements)
  • minor revision (increments with backwards-compatible changes to the major revision), and
  • patchlevel (increments with fixes to the minor revision)

green

Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL

#define

SDL_MAJOR_VERSION

1

#define

SDL_MINOR_VERSION

3

#define

SDL_PATCHLEVEL

0

green


CategoryStruct

None: SDL_version (last edited 2010-09-03 00:19:43 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit