aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-09 14:52:06 +0100
committerSebastian Geerken <devnull@localhost>2014-12-09 14:52:06 +0100
commit16d44971c6cba5ee542ef6a7621eb54b4b9286a2 (patch)
treeccb25d9fa60f9bdef5bb007fcece34d78be37ac0 /dw/oofawarewidget.hh
parentee9f68d31180573847761cea82bea9454076b297 (diff)
Fix related to absolute positions.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index 8fb32716..ba686913 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -66,6 +66,7 @@ class OOFAwareWidget: public core::Widget
{
protected:
enum { OOFM_FLOATS, OOFM_ABSOLUTE, OOFM_FIXED, NUM_OOFM };
+ static const char *OOFM_NAME[NUM_OOFM];
enum { PARENT_REF_OOFM_BITS = 2,
PARENT_REF_OOFM_MASK = (1 << PARENT_REF_OOFM_BITS) - 1 };