Enabled *_font_cache_info functions - used by Scripture Guide 0.8.0

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17436 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2006-05-13 10:48:05 +00:00
parent 9b8cac4cde
commit 839e7aa6de

View File

@ -342,13 +342,19 @@ _init_global_fonts_()
}
// TODO: the following functions are private Be API functions - if no problems
// arise by not exporting these symbols, we can just remove them
#if 0
void _font_control_(BFont *font, int32 cmd, void *data) {}
status_t get_font_cache_info(uint32 id, void *set) { return B_ERROR; }
status_t set_font_cache_info(uint32 id, void *set) { return B_ERROR; }
#endif
void _font_control_(BFont *font, int32 cmd, void *data)
{
}
status_t get_font_cache_info(uint32 id, void *set)
{
return B_ERROR;
}
status_t set_font_cache_info(uint32 id, void *set)
{
return B_ERROR;
}
/*!