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 - Fix coordinate scale for VGA and WVGA devices
Summary: Fix coordinate scale for VGA and WVGA devices
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: x86 Windows (CE)/PocketPC
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-21 19:14 UTC by Andrey
Modified: 2009-09-23 00:02 UTC (History)
0 users

See Also:


Attachments
scale coordinate for VGA and WVGA (1.30 KB, patch)
2009-09-21 19:15 UTC, Andrey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!