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 - Provide a way to toggle SDL_WINDOW_BORDERLESS after a window has been created
Summary: Provide a way to toggle SDL_WINDOW_BORDERLESS after a window has been created
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 All
: P2 API change
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 14:41 UTC by David White
Modified: 2012-09-29 08:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.