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 3024 - SDL_GetWindowMinimumSize doesn't account for system-imposed minimums
Summary: SDL_GetWindowMinimumSize doesn't account for system-imposed minimums
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.3
Hardware: x86_64 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 00:43 UTC by Adam M.
Modified: 2015-06-19 00:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam M. 2015-06-19 00:43:07 UTC
There appear to be minimums imposed by some part of the system (either the OS or SDL) on the size of a window. For instance, it's not possible to use SDL to create a normal window with a 100x100 drawing area on my machine. The actual drawing area becomes 116x100, and this is minimum is not reflected by SDL_GetWindowMinimumSize.