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

Summary: A border-less window, when maximised will consume the whole screen
Product: SDL Reporter: Paul <Paul.Hancock.17041993>
Component: videoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 2.0.4   
Hardware: x86_64   
OS: Windows 7   

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.