* added a new member, BPoint _boundsLeftTop. Beside other uses, (DW don't forget!)it will be needed in redraw code.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4688 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2003-09-15 19:08:44 +00:00
parent 260ec753f4
commit b6577e4da8
+6
View File
@@ -105,6 +105,7 @@ public:
void PrintToStream(void);
void PrintNode(void);
void PruneTree(void);
void PrintTree();
protected:
friend class RootLayer;
@@ -113,6 +114,7 @@ protected:
friend class ServerWindow;
BRect _frame;
BPoint _boundsLeftTop;
Layer *_parent,
*_uppersibling,
*_lowersibling,
@@ -135,3 +137,7 @@ protected:
};
#endif
/*
@log
* added a new member, BPoint _boundsLeftTop. Beside other uses, (DW don't forget!)it will be needed in redraw code.
*/