summaryrefslogtreecommitdiff
path: root/src/cache/ftcache.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-12-05 15:59:33 +0000
committerDavid Turner <david@freetype.org>2001-12-05 15:59:33 +0000
commit14183ea0f8b9c021400d748d7311ec2a907e9f8d (patch)
treeed39979879a352b2c51d9748c45eefbdf50682dc /src/cache/ftcache.c
parentc3b21608699a72698d382ad44c5f9fd6946ce43c (diff)
downloadfreetype2-14183ea0f8b9c021400d748d7311ec2a907e9f8d.tar.gz
First of all, a big thanks to Werner and Antoine for their latest work !!
* src/pshinter/pshalgo2.c (psh2_hint_table_init), src/pshinter/pshalgo1.c (psh1_hint_table_init): removed compiler warnings * include/freetype/cache/*, src/cache/*: yet another massive rewrite of the caching sub-system, in order to both increase performance and allow simpler cache sub-classing. As an example, the code for the image and sbit caches is now much simpler I still need to update the documentation in www/freetype2/docs/cache.html to reflect the new design though..
Diffstat (limited to 'src/cache/ftcache.c')
-rw-r--r--src/cache/ftcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/ftcache.c b/src/cache/ftcache.c
index 63f7f8e78..a80348db4 100644
--- a/src/cache/ftcache.c
+++ b/src/cache/ftcache.c
@@ -21,8 +21,8 @@
#include <ft2build.h>
#include "ftlru.c"
#include "ftcmanag.c"
+#include "ftccache.c"
#include "ftcglyph.c"
-#include "ftcchunk.c"
#include "ftcimage.c"
#include "ftcsbits.c"