Painter 2.0 FINISHED!

git-svn-id: svn://ultimatepp.org/upp/trunk@854 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-02-12 14:34:54 +00:00
parent c9f4311517
commit 034c443223
27 changed files with 1562 additions and 615 deletions

View file

@ -1,7 +1,5 @@
#include "Examples.h"
#if 0
void RadialMaskBlending(Painter& sw)
{
const char *txt = "This is just a test of radial mask blending";
@ -31,5 +29,3 @@ void RadialMaskBlending(Painter& sw)
INITBLOCK {
RegisterExample("Blending using radial alpha mask", RadialMaskBlending);
}
#endif