]> git.tdb.fi Git - ext/subsurface.git/commit
More work on abstracting the gtk cylinder widget thing
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 20:15:31 +0000 (13:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 20:15:31 +0000 (13:15 -0700)
commita4c9cc110feeb71451614a8105657ed954fdced8
tree22902c21be6a0310c5e073136b8fd114129a0fca
parentb19b76ecfa1ae206f7d272a50d9dc28c1942726b
More work on abstracting the gtk cylinder widget thing

Ok, now we have an array of them, and most of the time we pass the right
pointer back and forth.

There's still a couple of places that hardcode "gtk_cylinder[0]" as the
data, but by now they are mostly things that should iterate over all the
cylinders.

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