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