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:
@@ -13,6 +13,10 @@
|
|||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
|
void _init_global_fonts_();
|
||||||
|
extern "C" status_t _fini_interface_kit_();
|
||||||
|
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
bool get_mode_parameter(uint32 mode, int32& width, int32& height,
|
bool get_mode_parameter(uint32 mode, int32& width, int32& height,
|
||||||
|
|||||||
@@ -42,10 +42,6 @@
|
|||||||
#include <WindowInfo.h>
|
#include <WindowInfo.h>
|
||||||
|
|
||||||
|
|
||||||
// Private definitions not placed in public headers
|
|
||||||
void _init_global_fonts_();
|
|
||||||
extern "C" status_t _fini_interface_kit_();
|
|
||||||
|
|
||||||
using namespace BPrivate;
|
using namespace BPrivate;
|
||||||
|
|
||||||
// some other weird struct exported by BeOS, it's not initialized, though
|
// some other weird struct exported by BeOS, it's not initialized, though
|
||||||
|
|||||||
Reference in New Issue
Block a user