Applying the changes to the docs; by Peter Hartman.
This commit is contained in:
parent
4682cc9596
commit
c772a6e571
3 changed files with 5 additions and 8 deletions
2
st.c
2
st.c
|
@ -436,7 +436,7 @@ typedef struct {
|
|||
* the current length of used elements.
|
||||
*/
|
||||
|
||||
static Fontcache frc[2048];
|
||||
static Fontcache frc[2];
|
||||
static int frccur = -1, frclen = 0;
|
||||
|
||||
ssize_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue