]> git.eshelyaron.com Git - emacs.git/commit
Fix non-native fullscreen on NS (bug#28872)
authorAlan Third <alan@idiocy.org>
Wed, 25 Oct 2017 13:08:43 +0000 (14:08 +0100)
committerAlan Third <alan@idiocy.org>
Wed, 25 Oct 2017 13:12:28 +0000 (14:12 +0100)
commitaee0bc877579ad606d33a9abf162da4bd50da618
tree0c2a1c865bcbbed8cff0655f9f012d7cc94adaca
parentd6c1a9cb8a52bd6dce91cea5d6c2f9a3a90a0b38
Fix non-native fullscreen on NS (bug#28872)

* src/nsterm.m (EmacsView::updateFrameSize): Handle case where
FRAME_TOOLBAR_HEIGHT returns a negative number.  Force WM to set size
of frame.
src/nsterm.m