]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when closing fullscreen frame on macOS (bug#28661)
authorAlan Third <alan@idiocy.org>
Sat, 7 Oct 2017 15:00:49 +0000 (16:00 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 7 Oct 2017 20:57:16 +0000 (21:57 +0100)
commit3db0dc21689ae7dbdc697bb5fe45e988cee1f831
tree81be8f5b52f6ad78d4d8e3ba64feeb5d420db691
parentbc80da5bd34ac4047e0b91c0fe3ff96020d9bb25
Fix crash when closing fullscreen frame on macOS (bug#28661)

* src/nsterm.m (EmacsView::windowWillResize): Return new frame size
unmodified if the frame isn't live.
src/nsterm.m