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 3652

Summary: [patch] SDL_test_common.c: Print display usable bounds and DPI
Product: SDL Reporter: Eric Wasylishen <ewasylishen>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: x86_64   
OS: All   
Attachments: SDL_test_common.c: Print display usable bounds and DPI

Description Eric Wasylishen 2017-05-17 00:00:40 UTC
Created attachment 2742 [details]
SDL_test_common.c: Print display usable bounds and DPI

This makes "--info modes" or "--info all" print the display DPI (SDL_GetDisplayDPI) and usable bounds (SDL_GetDisplayUsableBounds), in addition to the display bounds, which was already printed.
Comment 1 Ryan C. Gordon 2017-05-18 20:32:00 UTC
This patch is now https://hg.libsdl.org/SDL/rev/c2f18f1f7e97, thanks!

--ryan.