mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Simplify xunloadfonts.
This commit is contained in:
parent
74962bf566
commit
0e439e5624
8
st.c
8
st.c
@ -2993,13 +2993,9 @@ xunloadfont(Font *f) {
|
||||
|
||||
void
|
||||
xunloadfonts(void) {
|
||||
int i;
|
||||
|
||||
/* Free the loaded fonts in the font cache. */
|
||||
for(i = 0; i < frclen; i++) {
|
||||
XftFontClose(xw.dpy, frc[i].font);
|
||||
}
|
||||
frclen = 0;
|
||||
while(frclen > 0)
|
||||
XftFontClose(xw.dpy, frc[--frclen].font);
|
||||
|
||||
xunloadfont(&dc.font);
|
||||
xunloadfont(&dc.bfont);
|
||||
|
Loading…
Reference in New Issue
Block a user