Removing the warning about extents. - st - simple terminal
HTML git clone https://git.parazyd.org/st
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 44e1b79abfe81d5d9d1b4845a68533e84b37e2f0
DIR parent 08e06ef079e5190c7f219c7e50044745c57cea86
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 30 Dec 2012 17:35:15 +0100
Removing the warning about extents.
Diffstat:
M st.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/st.c b/st.c
@@ -2542,7 +2542,6 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
FcPattern *fcpattern, *fontpattern;
FcFontSet *fcsets[] = { NULL };
FcCharSet *fccharset;
- XGlyphInfo extents;
Colour *fg = &dc.col[base.fg], *bg = &dc.col[base.bg],
*temp, revfg, revbg;
XRenderColor colfg, colbg;