use default values for freetype fontcaches (needs testing!)

Origin commit data
------------------
Branch: ni/coolstream
Commit: e6fafadcea
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-07-07 (Thu, 07 Jul 2016)

Origin message was:
------------------
- use default values for freetype fontcaches (needs testing!)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2016-07-07 17:46:18 +02:00
parent 75adb0e455
commit 2e09d77141
3 changed files with 3 additions and 3 deletions

View File

@@ -2087,7 +2087,7 @@ int Init(int source)
return 0;
}
if ((error = FTC_Manager_New(library, 7, 2, 1024*1024, &MyFaceRequester, NULL, &manager)))
if ((error = FTC_Manager_New(library, 0, 0, 1024*1024, &MyFaceRequester, NULL, &manager)))
{
FT_Done_FreeType(library);
printf("TuxTxt <FTC_Manager_New: 0x%.2X>\n", error);