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 803

Summary: Fix coordinate scale for VGA and WVGA devices
Product: SDL Reporter: Andrey <afletdinov>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Windows (CE)/PocketPC   
Attachments: scale coordinate for VGA and WVGA

Description Andrey 2009-09-21 19:14:43 UTC
gapi->hiresFix depends on the parameters GetSystemMetrics (SM_CXSCREEN) and GetSystemMetrics (SM_CXSCREEN).
After the "Open GAPI display" they are changing.
Small patch fixed it.
Comment 1 Andrey 2009-09-21 19:15:55 UTC
Created attachment 371 [details]
scale coordinate for VGA and WVGA
Comment 2 Sam Lantinga 2009-09-23 00:02:04 UTC
This patch is in subversion, thanks!