]> git.eshelyaron.com Git - emacs.git/commit
Simplify NS fringe vectors (bug#73563)
authorAlan Third <alan@idiocy.org>
Sat, 24 May 2025 15:29:33 +0000 (16:29 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Jul 2025 15:25:05 +0000 (17:25 +0200)
commita6da9558c99879660cdc8bf216bbc6ee63eec26a
tree27c7580622e9c58bfaa4033a398fc8ef3a84cb5b
parentf5814df689cf18b672675174414019ac1ebe8981
Simplify NS fringe vectors (bug#73563)

* src/nsterm.m (ns_define_fringe_bitmap): Replace the fringe bitmap
"tracing" method to a true tracing method.  This should make the
resulting vector simpler and therefore faster to draw.

(cherry picked from commit 8c5378b2c2994731e5a37813681092cfba62ace7)
src/nsterm.m