This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixing the font unloading in case of zoom.
master
Christoph Lohmann
12 years ago
parent
addc848345
commit
08e06ef079
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -2406,7 +2406,7 @@ xunloadfonts(void)
*
from
the
frccur
.
*/
for
(
i
=
0
,
ip
=
frccur
;
i
<
frclen
;
i
+
+
,
ip
-
-
)
{
if
(
ip
<
=
0
)
if
(
ip
<
0
)
ip
=
LEN
(
frc
)
-
1
;
XftFontClose
(
xw
.
dpy
,
frc
[
ip
]
.
font
)
;
}
Write
Preview
Loading…
Cancel
Save