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:
@@ -67,7 +67,8 @@ public:
|
|||||||
*bottomchild;
|
*bottomchild;
|
||||||
|
|
||||||
BRegion *visible,
|
BRegion *visible,
|
||||||
*invalid;
|
*invalid,
|
||||||
|
*full;
|
||||||
|
|
||||||
ServerWindow *serverwin;
|
ServerWindow *serverwin;
|
||||||
|
|
||||||
@@ -78,6 +79,7 @@ public:
|
|||||||
uint8 hidecount;
|
uint8 hidecount;
|
||||||
bool is_dirty; // true if we need to redraw
|
bool is_dirty; // true if we need to redraw
|
||||||
bool is_updating;
|
bool is_updating;
|
||||||
|
bool is_visible;
|
||||||
};
|
};
|
||||||
|
|
||||||
class RootLayer : public Layer
|
class RootLayer : public Layer
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ public:
|
|||||||
void SetDecorator(Decorator *newdecor);
|
void SetDecorator(Decorator *newdecor);
|
||||||
ServerWindow *Window(void) const;
|
ServerWindow *Window(void) const;
|
||||||
void RequestDraw(void);
|
void RequestDraw(void);
|
||||||
|
void InvalidateLowerSiblings(BRect r);
|
||||||
void MoveToBack(void);
|
void MoveToBack(void);
|
||||||
void MoveToFront(void);
|
void MoveToFront(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user