]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/layout.h
Smarter way of complementing constraint types
[libs/gltk.git] / source / layout.h
index 0ea47a11c3bdbcef50821bf619ed361b09d48ad5..43d1ca875c2d01d9e9a60e9e22e554808b43d673 100644 (file)
@@ -57,8 +57,10 @@ private:
                VERTICAL = 1,
                SELF_POS = 2,
                SELF_DIM = 4,
+               SELF_MASK = 6,
                TARGET_POS = 8,
                TARGET_DIM = 16,
+               TARGET_MASK = 24,
                SPACING = 32
        };