]> git.eshelyaron.com Git - emacs.git/commit
Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162)
authorAlan Third <alan@idiocy.org>
Sun, 2 May 2021 21:38:13 +0000 (22:38 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 3 May 2021 12:51:55 +0000 (13:51 +0100)
commit4fdebc016c3b821fcd9556807dce3781fe6b6c41
tree053b13f11ade985e08986f9114d9a18c6690180e
parent1dafab893652c42be807e9a44005413cb7915f81
Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162)

* src/nsterm.m ([EmacsView viewDidResize:]): The drawing buffer can be
resized independently of Emacs's idea of the frame size.

Co-authored-by: martin rudalics <rudalics@gmx.at>
src/nsterm.m