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 1945 - Deprecated SDL_types.h still part of SDL 2.0.
Summary: Deprecated SDL_types.h still part of SDL 2.0.
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 minor
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 15:52 UTC by Philipp Wiesemann
Modified: 2017-08-15 07:13 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-07-08 15:52:44 UTC
The deprecated header SDL_types.h is still part of SDL 2.0 although this header was deprecated some years ago (in SDL 1.2 times).

I think SDL_types.h should be removed from SDL 2.0 because it has (in my opinion) no real use anymore.
Comment 1 Ryan C. Gordon 2013-07-08 23:37:34 UTC
Yeah, this file has been "deprecated" since 2006...

    http://hg.libsdl.org/SDL/rev/7ba544e2888d

I'm nuking it. We'll rollback if it's a problem.

Gone in hg changeset 97d080ba383f.

--ryan.
Comment 2 Philipp Wiesemann 2013-07-27 11:20:14 UTC
SDL_types.h was added again in changeset 7383 (85303f85cb70).
Comment 3 Ryan C. Gordon 2013-07-27 19:48:16 UTC
(In reply to comment #2)
> SDL_types.h was added again in changeset 7383 (85303f85cb70).

It caused problems (external projects using it). We'll nuke it sometime in the future (leave this bug open for now).

--ryan.