]> git.eshelyaron.com Git - emacs.git/commit
Explictly specify whether or not to respect alpha-background on Cairo
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 07:01:36 +0000 (15:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 07:04:12 +0000 (15:04 +0800)
commit5627693ce3f6ff7ef928a902bfab59731a63fbd4
tree7da7e30b2b2a209359ed7f9bfc1138f96ef7c965
parent34772455261fc1508c3623ba549381976dcba258
Explictly specify whether or not to respect alpha-background on Cairo

* src/ftcrfont.c (ftcrfont_draw): Don't respect
`alpha-background' if drawing cursor.  (bug#53890)
* src/xterm.c (x_set_cr_source_with_gc_foreground):
(x_set_cr_source_with_gc_background): New parameters
`respect_alpha_background'.  All callers changed.
* src/xterm.h: Update protoypes.
src/ftcrfont.c
src/xterm.c
src/xterm.h