]> git.eshelyaron.com Git - emacs.git/commit
Fix #defines controlling when NS port draws to offscreen buffer
authorAlan Third <alan@idiocy.org>
Mon, 2 Mar 2020 17:44:38 +0000 (17:44 +0000)
committerAlan Third <alan@idiocy.org>
Mon, 2 Mar 2020 18:29:09 +0000 (18:29 +0000)
commit68109c56e45ff531934bfe81f9bd14a530a35574
treed488b135e92a24b19f1557cd19d3c3e38074c3e4
parent1939f7580bd283286dce8be7c99ab5dec1bb0814
Fix #defines controlling when NS port draws to offscreen buffer

* src/nsterm.h (NS_DRAW_TO_BUFFER): New definition.
* src/nsterm.m (ns_update_begin):
(ns_update_end):
(ns_focus):
([EmacsView updateFrameSize:]):
([EmacsView initFrameFromEmacs:]):
([EmacsView copyRect:to:]): Use new #define.
src/nsterm.h
src/nsterm.m