aboutsummaryrefslogtreecommitdiff
path: root/dw/stackingcontextmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/stackingcontextmgr.hh')
-rw-r--r--dw/stackingcontextmgr.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/stackingcontextmgr.hh b/dw/stackingcontextmgr.hh
index 684fac23..5c6a0d2f 100644
--- a/dw/stackingcontextmgr.hh
+++ b/dw/stackingcontextmgr.hh
@@ -13,15 +13,14 @@ namespace dw {
namespace core {
-class OOFAwareWidget;
-
/**
* \brief See \ref dw-stacking-context.
*/
class StackingContextMgr
{
private:
- lout::container::typed::Vector<Widget> *scWidgets;
+ Widget *widget;
+ lout::container::typed::Vector<Widget> *childSCWidgets;
int minZIndex, maxZIndex;
void draw (View *view, Rectangle *area, int startZIndex, int endZIndex);