Addressing relativeborder plus ligatures combo conflict
This commit is contained in:
parent
636edb09c2
commit
dbd1d6ece0
2 changed files with 4 additions and 8 deletions
5
st.h
5
st.h
|
|
@ -311,9 +311,6 @@ void boxdraw_xinit(Display *, Colormap, XftDraw *, Visual *);
|
|||
void drawboxes(int, int, int, int, XftColor *, XftColor *, const XftGlyphFontSpec *, int);
|
||||
#endif // XFT_VERSION
|
||||
#endif // BOXDRAW_PATCH
|
||||
#if RELATIVEBORDER_PATCH
|
||||
int borderpx;
|
||||
#endif // RELATIVEBORDER_PATCH
|
||||
|
||||
/* config.h globals */
|
||||
extern char *utmp;
|
||||
|
|
@ -339,4 +336,4 @@ extern DC dc;
|
|||
extern XWindow xw;
|
||||
extern XSelection xsel;
|
||||
extern TermWindow win;
|
||||
extern Term term;
|
||||
extern Term term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue