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 76 - Selecting video refresh rates
Summary: Selecting video refresh rates
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.0
Hardware: All All
: P2 API change
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 02:35 UTC by Sam Lantinga
Modified: 2006-06-21 04:12 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 Sam Lantinga 2006-01-24 02:35:25 UTC
We really need a way for the application to query and set refresh rates.  Currently SDL uses the lowest refresh rate in many cases, for safety.
Comment 1 Ryan C. Gordon 2006-01-27 11:23:23 UTC
Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL.

--ryan.

Comment 2 Sam Lantinga 2006-06-21 04:12:47 UTC
This API is now available in SDL 1.3, though the video drivers still need to be rewritten to support it.