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 2547 - SDL could read default hints from config file.
Summary: SDL could read default hints from config file.
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 00:54 UTC by Tiago O.
Modified: 2014-06-25 09:04 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 Tiago O. 2014-05-16 00:54:08 UTC
The file could be either system wide or user specific. Of course, a program could override those settings by calling SDL_SetHint or SDL_SetHintWithPriority.
Comment 1 Sam Lantinga 2014-06-25 09:04:40 UTC
Most of the hints are application specific and often none are needed. It's easy for an application to implement this functionality if they want, so I'd leave this out of the API.