aboutsummaryrefslogtreecommitdiff
path: root/dw/stackingcontextmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-14 20:08:26 +0200
committerSebastian Geerken <devnull@localhost>2014-10-14 20:08:26 +0200
commit6c5f32b8ec8f9a01ca0ab6107779bfa2eda5299b (patch)
treeab26c5b2c487f61dd1aa2a1cf218b76c1c016460 /dw/stackingcontextmgr.hh
parentd81d40e6849263a18281a5d64b95c2479ee9f120 (diff)
Widget::stackingContextWidget; as well as some cleanup and debug messages.
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);