]> git.eshelyaron.com Git - emacs.git/commit
Use NSCharacterCollection instead of CTCharacterCollection
authorPhilipp Stephani <phst@google.com>
Sat, 20 May 2017 14:39:53 +0000 (16:39 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 19:49:38 +0000 (21:49 +0200)
commit0446a5a040f7a0142b33cb70946fcde54914b2ce
tree9b22ed094dc768fd3bc98bfa8da2d0b7c6e9297a
parentd79a4ea632733ac5a0b004728fde737c8952c441
Use NSCharacterCollection instead of CTCharacterCollection

This should not cause behavior changes, but fixes a compiler warning
due to implicit conversions between the enums.

* src/macfont.m (macfont_cache, macfont_lookup_cache)
(macfont_get_glyph_for_cid, macfont_get_uvs_table)
(macfont_variation_glyphs): Use NSCharacterCollection.
src/macfont.m