Re: [Tuxpaint-devel] some more investigation on grass plugin
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Alessandro P. <apa...@gm...> - 2007-12-12 18:37:40
|
> > BTW I managed to make it work (quick and dirty hack): > > in grass.c > > #include "../../src/pixels.h" > > then adjusted magic makefile to link pixels.o With the same hack the calligraphy tool is working too. In this case a putpixel32 is needed in addition to getpixel32. I'm waiting for input before committing any change. Regards. |