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 1567

Summary: Provide a way to toggle SDL_WINDOW_BORDERLESS after a window has been created
Product: SDL Reporter: David White <davewx7>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: API change    
Priority: P2 CC: icculus
Version: HG 2.0   
Hardware: x86   
OS: All   

Description David White 2012-08-10 14:41:25 UTC
It is only possible to decide if a window is bordered or borderless when creating a window, passing SDL_WINDOW_BORDERLESS to SDL_CreateWindow().

It'd be nice if there was a way to toggle this setting after the window has been created.
Comment 1 Ryan C. Gordon 2012-09-29 08:15:48 UTC
This is fixed in revision control with the addition of the SDL_SetWindowBordered() API, starting with hg changeset fd0ac1b56115 and the next couple of changesets after that.

--ryan.