]> git.cworth.org Git - wordgame/commitdiff
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)
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.


No differences found