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 1036 - The close(x) button on the window doesn't send a SDL_QUIT event
Summary: The close(x) button on the window doesn't send a SDL_QUIT event
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 20:57 UTC by Garrett Hartshaw
Modified: 2011-02-16 03:52 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 Garrett Hartshaw 2010-07-30 20:57:54 UTC
When I press the close(x) button on the SDL window in my application, it fails to send an SDL_QUIT event.
Comment 1 Sam Lantinga 2011-02-16 03:52:14 UTC
This should be fixed in the latest snapshot:
http://www.libsdl.org/tmp/SDL-1.3.zip

Thanks!