diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1193,6 +1193,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i | |||
1193 | colfg.red = fg->color.red / 2; | 1193 | colfg.red = fg->color.red / 2; |
1194 | colfg.green = fg->color.green / 2; | 1194 | colfg.green = fg->color.green / 2; |
1195 | colfg.blue = fg->color.blue / 2; | 1195 | colfg.blue = fg->color.blue / 2; |
1196 | colfg.alpha = fg->color.alpha; | ||
1196 | XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, &revfg); | 1197 | XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, &revfg); |
1197 | fg = &revfg; | 1198 | fg = &revfg; |
1198 | } | 1199 | } |