]> git.cworth.org Git - wordgame/commit
Abstract tile-specific code out of demo-item.c
authorCarl Worth <cworth@cworth.org>
Sat, 16 Dec 2006 23:52:37 +0000 (15:52 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 16 Dec 2006 23:52:37 +0000 (15:52 -0800)
commitbcb2db8e93ce94b662e7118b92230c6eb749ee22
tree13e7060c887c1c720dbc8f19c01833e8d9f56eff
parentec58ce1cd1f8effe49f12485f65c345d75767dd5
Abstract tile-specific code out of demo-item.c

We now accomplish painting by simply passing in a callback
function to do the painting. This will allow the single item
class to be shared for all canvas items.
demo-item.c
demo-item.h
rack-fancy.c