Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix color with FAINT attribute - st - [fork] customized build of st, the simpl…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 1f24bde82b19912c080fbb4a0b153a248cd6c6ea
parent e829e13bb1a830e0cdce749ea0865cd93af1846c
Author: Benno Fünfstück <[email protected]>
Date: Tue, 26 Dec 2017 16:23:24 +0100
Fix color with FAINT attribute
The alpha value needs to be initialized as well.
Diffstat:
M x.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/x.c b/x.c
t@@ -1193,6 +1193,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph…
colfg.red = fg->color.red / 2;
colfg.green = fg->color.green / 2;
colfg.blue = fg->color.blue / 2;
+ colfg.alpha = fg->color.alpha;
XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, &revfg);
fg = &revfg;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.