]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/layout.h
Better method of implementing zero gravity
[libs/gltk.git] / source / layout.h
index 9c4e2a07e6525b73e15783c0df17d397f739ad1d..043d92cc1554b738092ce3ad771fcf5bb3cc5049 100644 (file)
@@ -172,7 +172,7 @@ private:
        Container *container;
        std::list<Slot *> slots;
        unsigned n_active_slots;
-       unsigned n_slack_constraints[2];
+       unsigned n_slack_vars[2];
        Sides margin;
        unsigned row_spacing;
        unsigned col_spacing;