aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-15 21:43:20 +0200
committerSebastian Geerken <devnull@localhost>2014-09-15 21:43:20 +0200
commite1c93c6553f9330c8414c3f4b8e51529b5abc610 (patch)
tree38e308a29b60df15e1507cce42d3f9e5ecf82c55 /dw/widget.hh
parenta4d92f6ec2a1bf92c1f0bc408a7060a774bd027d (diff)
Z-Index and stacking contexts: start.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh6
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];