From 21b11e2ef463d13f5ce1002a5ba2575c2cac3606 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 31 Dec 2015 12:40:45 +0100 Subject: SRDOP: temporarily disable stacking context (only used for positioned elements), focus on floats. --- dw/core.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dw/core.hh') diff --git a/dw/core.hh b/dw/core.hh index 9463df2b..fcf8ef4b 100644 --- a/dw/core.hh +++ b/dw/core.hh @@ -12,6 +12,9 @@ */ namespace dw { +// Used (temporally) for code related to positioned elements. +enum { IMPL_POS = false }; + /** * \brief The core of Dw is defined in this namespace. * -- cgit v1.2.3