]> git.eshelyaron.com Git - emacs.git/commit
Fix artifacting on PGTK when bits are copied with an alpha channel
authorPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 13:12:14 +0000 (21:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 13:13:41 +0000 (21:13 +0800)
commit6da021fce86a06a97b0bff76f69aa57759533dc9
treeaa19106ad7235be20a13ca604767a18e7742a5b4
parentfd42ba3adb557091d251fc1c72634a20f2cb0db6
Fix artifacting on PGTK when bits are copied with an alpha channel

* src/pgtkterm.c (x_draw_stretch_glyph_string): Draw background
respecting `alpha-background'.
(pgtk_copy_bits): Use CAIRO_OPERATOR_SOURCE to draw onto the
destination surface.
src/pgtkterm.c