]> git.eshelyaron.com Git - emacs.git/commit
Fix cairo image drawing with box
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 27 Mar 2019 00:49:22 +0000 (09:49 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 27 Mar 2019 02:12:17 +0000 (11:12 +0900)
commitd7e442651777805958bd6bcbc8312a6cce147e4a
treee916dbdee9f539ee2806dbf930e981499f2af3ce
parent5d6a314475704f3fbdb29f68c6929516230e8a98
Fix cairo image drawing with box

* src/xterm.c (x_cr_draw_image): Don't call cr_clip for non-mask case.
(x_draw_image_foreground) [USE_CAIRO]: Draw image here ...
(x_draw_image_glyph_string) [USE_CAIRO]: ... instead of here.
(x_draw_image_foreground, x_draw_image_foreground_1)
(x_draw_image_glyph_string) [USE_CAIRO]: Ifdef away unused code path.
src/xterm.c