We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1917 - Xcode templates use SDL_SetVideoMode() which is not available in SDL 2.0.
Summary: Xcode templates use SDL_SetVideoMode() which is not available in SDL 2.0.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: All Mac OS X (All)
: P2 minor
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 11:42 UTC by Philipp Wiesemann
Modified: 2013-06-18 03:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Wiesemann 2013-06-15 11:42:47 UTC
Hello,

Xcode templates still use SDL_SetVideoMode() which is no more available in SDL 2.0.

This includes:
 * Xcode/TemplatesForXcodeLeopard/SDL Application/main.c
 * Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/main.c
 * Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/main.c
 * Xcode/TemplatesForXcodeSnowLeopard/SDL Application/main.c
 * Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/main.c
 * Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/main.c
 * Xcode/TemplatesForXcodeTiger/SDL Application/main.c
 * Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/main.c
 * Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/main.c
 * test/testshader.c
Comment 1 Sam Lantinga 2013-06-18 03:28:45 UTC
Templates removed, thanks!