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:
parent
9b8cac4cde
commit
839e7aa6de
@ -342,13 +342,19 @@ _init_global_fonts_()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// TODO: the following functions are private Be API functions - if no problems
|
void _font_control_(BFont *font, int32 cmd, void *data)
|
||||||
// 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 get_font_cache_info(uint32 id, void *set)
|
||||||
status_t set_font_cache_info(uint32 id, void *set) { return B_ERROR; }
|
{
|
||||||
#endif
|
return B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
status_t set_font_cache_info(uint32 id, void *set)
|
||||||
|
{
|
||||||
|
return B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user