Added gPrivateScreen declaration

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8210 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-06-28 08:14:57 +00:00
parent 624df6c6b5
commit 6542ca9b70

View File

@ -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()