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/oofawarewidget.hh | |
parent | 23eab92430ac6a00fe8e64c0ab0b714076beb8a4 (diff) |
SRDOP: temporarily disable stacking context (only used for positioned elements), focus on floats.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 3bdd52ab..9486e153 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -75,10 +75,7 @@ namespace oof { * these. However, this should be considered for completeness. */ class OOFAwareWidget: public core::Widget -{ -public: - enum { IMPL_POS = false }; - +{ protected: enum { OOFM_FLOATS, OOFM_ABSOLUTE, OOFM_RELATIVE, OOFM_FIXED, NUM_OOFM }; static const char *OOFM_NAME[NUM_OOFM]; |