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 3331 - A border-less window, when maximised will consume the whole screen
Summary: A border-less window, when maximised will consume the whole screen
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.4
Hardware: x86_64 Windows 7
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-11 02:03 UTC by Paul
Modified: 2016-05-11 02:03 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 Paul 2016-05-11 02:03:39 UTC
A border-less window, when maximised will consume the whole screen instead of the system's actual working area. The result is identical to SDL_WINDOW_FULLSCREEN_DESKTOP bar event differences.

Maximising a border-less window should behave identically to a bordered window, just like other border-less applications.