mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Commit: 98edb55233
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-26 (Mon, 26 Jun 2017)
This commit is contained in:
@@ -69,7 +69,7 @@ FBFontRenderClass::FBFontRenderClass(const int xr, const int yr)
|
||||
int maxbytes= 4 *1024*1024;
|
||||
dprintf(DEBUG_INFO, "[FONT] Intializing font cache, using max. %dMB...\n", maxbytes/1024/1024);
|
||||
fflush(stdout);
|
||||
if (FTC_Manager_New(library, 0, 0, maxbytes, myFTC_Face_Requester, this, &cacheManager))
|
||||
if (FTC_Manager_New(library, 10, 20, maxbytes, myFTC_Face_Requester, this, &cacheManager))
|
||||
{
|
||||
dprintf(DEBUG_NORMAL, "[FONT] manager failed!\n");
|
||||
return;
|
||||
|
Reference in New Issue
Block a user