]> git.eshelyaron.com Git - emacs.git/commit
Fix undecorated frame resizing issues on NS (bug#28512)
authorAlan Third <alan@idiocy.org>
Sat, 23 Sep 2017 18:43:58 +0000 (19:43 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 23 Sep 2017 18:47:21 +0000 (19:47 +0100)
commit00e4e3e9d273a193620c3a4bb4914e555cb8e343
tree05ccb800b55382b745a1d970610a8005bb5c0e9a
parent820739bbb572b30b6ce45756c9960e48dca859af
Fix undecorated frame resizing issues on NS (bug#28512)

* src/nsterm.m (EmacsView::updateFrameSize): Don't wait for the
toolbar on undecorated frames.
(EmacsView::initFrameFromEmacs): Group window flags correctly.
src/nsterm.m