X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flayout.h;fp=source%2Flayout.h;h=043d92cc1554b738092ce3ad771fcf5bb3cc5049;hb=813a0fc10cf5f7aaa6356cd97a4258fa78b9b87f;hp=9c4e2a07e6525b73e15783c0df17d397f739ad1d;hpb=5dfee9d7239278cbedae484604056aa03f84cd40;p=libs%2Fgltk.git diff --git a/source/layout.h b/source/layout.h index 9c4e2a0..043d92c 100644 --- a/source/layout.h +++ b/source/layout.h @@ -172,7 +172,7 @@ private: Container *container; std::list slots; unsigned n_active_slots; - unsigned n_slack_constraints[2]; + unsigned n_slack_vars[2]; Sides margin; unsigned row_spacing; unsigned col_spacing;