Explorar o código

Increasing font cache for speeding up UTF8 demos.

Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
c99db5b017
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      st.c

+ 1 - 1
st.c

@@ -436,7 +436,7 @@ typedef struct {
  * the current length of used elements.
  */
 
-static Fontcache frc[256];
+static Fontcache frc[2048];
 static int frccur = -1, frclen = 0;
 
 ssize_t