Moved functions declarations to InterfacePrivate.h
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ee9408a18d
commit
c2c39a98a2
@ -13,6 +13,10 @@
|
||||
#include <SupportDefs.h>
|
||||
|
||||
|
||||
void _init_global_fonts_();
|
||||
extern "C" status_t _fini_interface_kit_();
|
||||
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
bool get_mode_parameter(uint32 mode, int32& width, int32& height,
|
||||
|
@ -42,10 +42,6 @@
|
||||
#include <WindowInfo.h>
|
||||
|
||||
|
||||
// Private definitions not placed in public headers
|
||||
void _init_global_fonts_();
|
||||
extern "C" status_t _fini_interface_kit_();
|
||||
|
||||
using namespace BPrivate;
|
||||
|
||||
// some other weird struct exported by BeOS, it's not initialized, though
|
||||
|
Loading…
Reference in New Issue
Block a user