]> git.eshelyaron.com Git - emacs.git/commit
Allow control on the threshold for using 'distant-foreground'
authorFederico Tedin <federicotedin@gmail.com>
Wed, 16 Jan 2019 01:08:15 +0000 (22:08 -0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Mar 2019 08:36:59 +0000 (10:36 +0200)
commit63d0dc7937bddd803145f2df23a600597c4fd8e7
tree688dec6e5162e5d6ee4fbd6b346e96014a41e9b4
parent44b7436d4408ddfb72c1758d60395872791ae00d
Allow control on the threshold for using 'distant-foreground'

* src/xfaces.c (NEAR_SAME_COLOR_THRESHOLD): Macro deleted.
(load_face_colors): Compare against
face_near_same_color_threshold instead of
NEAR_SAME_COLOR_THRESHOLD.
(syms_of_xfaces) <face-near-same-color-threshold>: New
variable.  (Bug#34001)

* etc/NEWS: Announce the change.
etc/NEWS
src/xfaces.c