]> git.eshelyaron.com Git - emacs.git/commit
Attempt to debug a graphical glitch on macOS
authorAlan Third <alan@idiocy.org>
Mon, 27 Sep 2021 09:50:02 +0000 (10:50 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 27 Sep 2021 10:00:30 +0000 (11:00 +0100)
commitd22d7d6be8c6348eead9412d6f05b18de3f481b6
treec655abb51a3ade7dbbd0febe1cf6847d9e9b8c51
parent86bf8afa45f8d8fe19c82a9351ca445bc6f0e12e
Attempt to debug a graphical glitch on macOS

* src/nsterm.m (ns_scroll_run):
(ns_shift_glyphs_for_insert): Switch to using NSPoint for destination.
([EmacsView copyRect:to:]): Use NSPoint for the destination, always
use the view's layer, and log any questionable copy requests.
src/nsterm.h
src/nsterm.m