apparently the default brushes won't be re-compiled by the Makefile
unless you "touch" brushOp.c
##


Also of note, the "xpm"s that are the brushes have a small syntacticall
addendum for the purpose of being brushes. The color spec in the file
will be like..
".   #00000000000 m black s B",

instead of ".  #00000000000",
which tells the brush stuff something. If you don't have the   m black s B
or whatever, the brush does really wacky aliasing in transparent or smudge.

When you add a brush there's two places in brushOp.c you have to inform it
of the new brush.



Rick Hohensee   http://cqi.com      19980306

