"Evan Stade" estade@gmail.com writes:
Hi,
Changelog: *added pen implementation *added just enough memory and startup implementation to support pens *defined some types *added pen test
You need to send that stuff in smaller chunks, for instance there's no reason to put startup implementation and pens in the same patch. Also things like the GpBrush definition should be part of the brush patch not the pen one. The tests can also be a separate patch.
I'll commit the startup code part of the patch, have a look at this to see what a minimal patch should look like.