| 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 | ||
This patch is now https://hg.libsdl.org/SDL/rev/c2f18f1f7e97, thanks! --ryan. |
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.