A couple of minor tweaks to get things building again.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@65 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz 2002-07-10 22:17:00 +00:00
parent cda78f2486
commit c07b7f382d
2 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,8 @@ public:
*bottomchild;
BRegion *visible,
*invalid;
*invalid,
*full;
ServerWindow *serverwin;
@ -78,6 +79,7 @@ public:
uint8 hidecount;
bool is_dirty; // true if we need to redraw
bool is_updating;
bool is_visible;
};
class RootLayer : public Layer

View File

@ -21,6 +21,7 @@ public:
void SetDecorator(Decorator *newdecor);
ServerWindow *Window(void) const;
void RequestDraw(void);
void InvalidateLowerSiblings(BRect r);
void MoveToBack(void);
void MoveToFront(void);