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 - [patch] SDL_test_common.c: Print display usable bounds and DPI
Summary: [patch] SDL_test_common.c: Print display usable bounds and DPI
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: x86_64 All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 00:00 UTC by Eric Wasylishen
Modified: 2017-05-18 20:32 UTC (History)
0 users

See Also:


Attachments
SDL_test_common.c: Print display usable bounds and DPI (1.17 KB, patch)
2017-05-17 00:00 UTC, Eric Wasylishen
Details | Diff

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