[Tuxpaint-devel] [(almost)Solved]Plugins crash
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: foo-script <foo...@o2...> - 2008-07-10 02:43:53
|
I found the solution. At the beginning "canvas" is only a pointer to SDL_Surface, without any data. So we have to blit snapshot/last (source image) to canvas manually. This is new requirement and all the tools in today release support this change. There's only one problem. Bill, I have reviewed the docs, magic tools codes, CHANGES and tp_magic_example.c . This new feature/requirement is _undocumented_. Even example tool (provided with Tuxpaint) crashes the program when I try to use this tool. Please, mention anywhere about this. Sorry for this mails attack, but I after 3 hrs of searching a bug/libs updating & recompiling I just had to ask you :) Best, Adam |