Some cleanup, removed some remaining RootLayer references.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-09 17:32:32 +00:00
parent 0b4b0f97ba
commit 3ea966eee3
4 changed files with 0 additions and 27 deletions

View File

@ -13,38 +13,14 @@
#include "BitmapManager.h"
#include "ColorSet.h"
#include "CursorManager.h"
#include "DecorManager.h"
#include "DefaultDecorator.h"
#include "Desktop.h"
#include "FontManager.h"
#include "HWInterface.h"
#include "InputManager.h"
//#include "Layer.h"
#include "RGBColor.h"
#include "RegistrarDefs.h"
//#include "RootLayer.h"
#include "ScreenManager.h"
#include "ServerApp.h"
#include "ServerConfig.h"
#include "ServerCursor.h"
#include "ServerProtocol.h"
#include "ServerWindow.h"
#include "SystemPalette.h"
#include <Accelerant.h>
#include <AppDefs.h>
#include <Autolock.h>
#include <Directory.h>
#include <Entry.h>
#include <File.h>
#include <Message.h>
#include <Path.h>
#include <PortLink.h>
#include <RosterPrivate.h>
#include <StopWatch.h>
#include <unistd.h>
//#define DEBUG_SERVER

View File

@ -1404,7 +1404,6 @@ ServerWindow::_DispatchViewMessage(int32 code,
{
DTRACE(("ServerWindow %s: Message AS_LAYER_CLIP_TO_PICTURE: ViewLayer: %s\n", Title(), fCurrentLayer->Name()));
// TODO: you are not allowed to use ViewLayer regions here!!!
// If there is no other way, then first lock RootLayer object first.
int32 pictureToken;
BPoint where;

View File

@ -37,7 +37,6 @@ class ServerApp;
class Decorator;
class WindowLayer;
class Workspace;
class RootLayer;
class ViewLayer;
class ServerPicture;
struct dw_data;

View File

@ -14,7 +14,6 @@
class Desktop;
class RGBColor;
class RootLayer;
class WindowLayer;