diff options
author | Sebastian Geerken <devnull@localhost> | 2015-12-31 12:40:45 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-12-31 12:40:45 +0100 |
commit | 21b11e2ef463d13f5ce1002a5ba2575c2cac3606 (patch) | |
tree | 35535baa188bd10a3a1d911ff4255b8d3fdbc883 /dw/core.hh | |
parent | 23eab92430ac6a00fe8e64c0ab0b714076beb8a4 (diff) |
SRDOP: temporarily disable stacking context (only used for positioned elements), focus on floats.
Diffstat (limited to 'dw/core.hh')
-rw-r--r-- | dw/core.hh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. * |