diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-15 21:43:20 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-15 21:43:20 +0200 |
commit | e1c93c6553f9330c8414c3f4b8e51529b5abc610 (patch) | |
tree | 38e308a29b60df15e1507cce42d3f9e5ecf82c55 /dw/widget.hh | |
parent | a4d92f6ec2a1bf92c1f0bc408a7060a774bd027d (diff) |
Z-Index and stacking contexts: start.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index a624eeb2..fb3eebf2 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -193,6 +193,12 @@ protected: */ style::Box extraSpace; + /** + * \brief Set iff this widget constitutes a stacking context, as + * defined by CSS. + */ + StackingContextMgr *stackingContextMgr; + /*inline void printFlags () { DBG_IF_RTFL { char buf[10 * 3 - 1 + 1]; |