]> git.eshelyaron.com Git - emacs.git/commit
Use cairo image surface instead of pattern for fringe bitmap
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 26 Mar 2019 09:58:35 +0000 (18:58 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 26 Mar 2019 09:58:35 +0000 (18:58 +0900)
commitae68fad033261eb63e3d2221c946f9b03b5464ac
tree31de3d43f383849ef6127feb8ef8bb68f121096d
parent9a6cba2bd397414c68217f4f5a9ea2888293ae1c
Use cairo image surface instead of pattern for fringe bitmap

* src/xterm.c (fringe_bmp, x_cr_define_fringe_bitmap)
(x_cr_destroy_fringe_bitmap, x_cr_draw_image) [USE_CAIRO]:
Change type of fringe bitmap.
src/xterm.c