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 3537

Summary: Hint to disable SDL_QUIT on last window closed
Product: SDL Reporter: Intellectual Kitty <IntellectualKitty>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: 2.0.5   
Hardware: x86   
OS: Other   

Description Intellectual Kitty 2016-12-30 04:32:38 UTC
For most applications, generating an SDL_QUIT event on the last window closing is correct.  However, for something like a text editing application, this behavior is not desirable.  So, a hint disabling this behavior would be helpful.
Comment 1 Sam Lantinga 2017-08-11 20:05:47 UTC
Good idea, thanks!