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:
@@ -13,38 +13,14 @@
|
|||||||
|
|
||||||
#include "BitmapManager.h"
|
#include "BitmapManager.h"
|
||||||
#include "ColorSet.h"
|
#include "ColorSet.h"
|
||||||
#include "CursorManager.h"
|
|
||||||
#include "DecorManager.h"
|
|
||||||
#include "DefaultDecorator.h"
|
|
||||||
#include "Desktop.h"
|
#include "Desktop.h"
|
||||||
#include "FontManager.h"
|
#include "FontManager.h"
|
||||||
#include "HWInterface.h"
|
|
||||||
#include "InputManager.h"
|
#include "InputManager.h"
|
||||||
//#include "Layer.h"
|
|
||||||
#include "RGBColor.h"
|
|
||||||
#include "RegistrarDefs.h"
|
|
||||||
//#include "RootLayer.h"
|
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
#include "ServerApp.h"
|
|
||||||
#include "ServerConfig.h"
|
|
||||||
#include "ServerCursor.h"
|
|
||||||
#include "ServerProtocol.h"
|
#include "ServerProtocol.h"
|
||||||
#include "ServerWindow.h"
|
|
||||||
#include "SystemPalette.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 <PortLink.h>
|
||||||
#include <RosterPrivate.h>
|
|
||||||
#include <StopWatch.h>
|
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
|
|
||||||
//#define DEBUG_SERVER
|
//#define DEBUG_SERVER
|
||||||
|
|||||||
@@ -1404,7 +1404,6 @@ ServerWindow::_DispatchViewMessage(int32 code,
|
|||||||
{
|
{
|
||||||
DTRACE(("ServerWindow %s: Message AS_LAYER_CLIP_TO_PICTURE: ViewLayer: %s\n", Title(), fCurrentLayer->Name()));
|
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!!!
|
// TODO: you are not allowed to use ViewLayer regions here!!!
|
||||||
// If there is no other way, then first lock RootLayer object first.
|
|
||||||
|
|
||||||
int32 pictureToken;
|
int32 pictureToken;
|
||||||
BPoint where;
|
BPoint where;
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ class ServerApp;
|
|||||||
class Decorator;
|
class Decorator;
|
||||||
class WindowLayer;
|
class WindowLayer;
|
||||||
class Workspace;
|
class Workspace;
|
||||||
class RootLayer;
|
|
||||||
class ViewLayer;
|
class ViewLayer;
|
||||||
class ServerPicture;
|
class ServerPicture;
|
||||||
struct dw_data;
|
struct dw_data;
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
class Desktop;
|
class Desktop;
|
||||||
class RGBColor;
|
class RGBColor;
|
||||||
class RootLayer;
|
|
||||||
class WindowLayer;
|
class WindowLayer;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user