Added gPrivateScreen declaration
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8210 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -57,6 +57,8 @@
|
|||||||
#include <PortLink.h>
|
#include <PortLink.h>
|
||||||
#include <PortMessage.h>
|
#include <PortMessage.h>
|
||||||
|
|
||||||
|
#include "PrivateScreen.h"
|
||||||
|
|
||||||
// Local Includes --------------------------------------------------------------
|
// Local Includes --------------------------------------------------------------
|
||||||
|
|
||||||
// Local Defines ---------------------------------------------------------------
|
// Local Defines ---------------------------------------------------------------
|
||||||
@@ -68,6 +70,8 @@ BMessenger be_app_messenger;
|
|||||||
BResources* BApplication::_app_resources = NULL;
|
BResources* BApplication::_app_resources = NULL;
|
||||||
BLocker BApplication::_app_resources_lock("_app_resources_lock");
|
BLocker BApplication::_app_resources_lock("_app_resources_lock");
|
||||||
|
|
||||||
|
BPrivateScreen *gPrivateScreen = NULL;
|
||||||
|
|
||||||
property_info gApplicationPropInfo[] =
|
property_info gApplicationPropInfo[] =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@@ -836,7 +840,7 @@ void BApplication::EndRectTracking()
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
void BApplication::get_scs()
|
void BApplication::get_scs()
|
||||||
{
|
{
|
||||||
//gPrivateScreen = new BPrivateScreen();
|
gPrivateScreen = new BPrivateScreen();
|
||||||
}
|
}
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
void BApplication::setup_server_heaps()
|
void BApplication::setup_server_heaps()
|
||||||
|
|||||||
Reference in New Issue
Block a user