* 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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user