]> git.eshelyaron.com Git - emacs.git/commit
Change NS port resize detection
authorAlan Third <alan@idiocy.org>
Wed, 9 Jun 2021 16:57:00 +0000 (17:57 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 31 Jul 2021 10:13:05 +0000 (11:13 +0100)
commit960f3fc589d8d021e1ed1a505e660929e4c13d0a
treec8f39db9b6f553f6e62ed740138c84baaf61d631
parent1535c81f77153dd61426246be2e8afd33fa6909a
Change NS port resize detection

* src/nsterm.m ([EmacsView windowDidResize:]): Remove function, it's
not performing a useful function any more.
([EmacsView viewDidResize]):
([EmacsView resizeWithOldSuperviewSize:]): Replace viewDidResize with
resizeWithOldSuperviewSize.
([EmacsView initFrameFromEmacs:]): Remove the view resize notification
as we don't need it any more.
src/nsterm.m