summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-30 14:06:23 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-30 14:06:23 +0100
commit170ed5fe09746901cc53bb0ad501d43f9864323e (patch)
tree0664c455721b52d43991fcf8e5272dc0df38aafe /render
parent61dcb06e4a2307a3d24bc487499b23bc4125b683 (diff)
downloadmupdf-170ed5fe09746901cc53bb0ad501d43f9864323e.tar.xz
added simple makefile
Diffstat (limited to 'render')
-rw-r--r--render/glyphcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/glyphcache.c b/render/glyphcache.c
index 5364230b..93b25b4c 100644
--- a/render/glyphcache.c
+++ b/render/glyphcache.c
@@ -354,14 +354,12 @@ fz_renderglyph(fz_glyphcache *arena, fz_glyph *glyph, fz_font *font, int cid, fz
while (arena->load > arena->slots * 75 / 100)
{
covf ++;
-// evictlast(arena);
evictall(arena);
}
while (arena->used + size >= arena->size)
{
coos ++;
-// evictlast(arena);
evictall(arena);
}