]> git.eshelyaron.com Git - emacs.git/commit
Display images with a mask correctly when `alpha-background' is set
authorPo Lu <luangruo@yahoo.com>
Tue, 1 Feb 2022 04:58:00 +0000 (12:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 1 Feb 2022 04:58:00 +0000 (12:58 +0800)
commit103ddfe387333891780b93eec652cbcf1519156c
treed5ff696b3ffeb4a01cb9d3827f2e601f56af741d
parent99c637499ec2bc0babb5d98b16f9c578952d54fd
Display images with a mask correctly when `alpha-background' is set

* src/xterm.c (x_query_frame_background_color): Return value
adjusted for background alpha.
(x_draw_image_glyph_string): Respect `alpha-background' when
generating background pixmap.
src/xterm.c