Bump the default buffer size. USeful for expedite ;-)
authornash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 24 Jul 2010 02:38:36 +0000 (02:38 +0000)
committernash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 24 Jul 2010 02:38:36 +0000 (02:38 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@50474 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font_draw.c

index 110ac67..8e9c3ea 100644 (file)
@@ -11,7 +11,7 @@
 
 #define WORD_CACHE_MAXLEN      50
 /* How many to cache */
-#define WORD_CACHE_NWORDS      20
+#define WORD_CACHE_NWORDS      40
 static int max_cached_words = WORD_CACHE_NWORDS;
 
 struct prword {