commit | 6f157d914e3bf1af677615660ac837a98060a8ac | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Mon Jul 07 15:46:00 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 07 15:46:00 2014 -0700 |
tree | c0459af55a3c0fa4564e54aeb4af74e274de5b22 | |
parent | 6dd04914c87d959d7c0cbea79417f4b85cb4a669 [diff] |
Handle close button in SkOSWindow_Unix. Currently X with most Window managers calls 'exit' when the close button is used. This can cause issues as the Window is not properly destroyed. With this change we can handle this window message and properly exit. R=reed@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/377733002