pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e06ef
)
Removing the warning about extents.
author
Christoph Lohmann
<20h@r-36.net>
Sun, 30 Dec 2012 16:35:15 +0000
(17:35 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 30 Dec 2012 16:35:15 +0000
(17:35 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
6dcf0c7
..
6baa086
100644
(file)
--- 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;