diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-14 20:08:26 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-14 20:08:26 +0200 |
commit | 6c5f32b8ec8f9a01ca0ab6107779bfa2eda5299b (patch) | |
tree | ab26c5b2c487f61dd1aa2a1cf218b76c1c016460 /dw/stackingcontextmgr.hh | |
parent | d81d40e6849263a18281a5d64b95c2479ee9f120 (diff) |
Widget::stackingContextWidget; as well as some cleanup and debug messages.
Diffstat (limited to 'dw/stackingcontextmgr.hh')
-rw-r--r-- | dw/stackingcontextmgr.hh | 5 |
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); |