]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Separate the notion of creating the cylinder widgets from showing them
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 20:50:03 +0000 (13:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 20:50:03 +0000 (13:50 -0700)
Now we always create the MAX_CYLINDER sets of cylinder widgets.  But we
don't actually pack them into the frame - that's a separate phase.

Right now we still do the stupid "always just pack two cylinders" thing,
but the idea is that we can pack just as many as the dive needs on a
per-dive basis.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found