In pic, make rounded boxes work with colors. Reported by Urs Eggli
commit3c9f7d3a80b59ebb5ec00e22745e1570e92b427b
authorWerner LEMBERG <wl@gnu.org>
Tue, 10 Apr 2007 08:13:42 +0000 (10 08:13 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 10 Apr 2007 08:13:42 +0000 (10 08:13 +0000)
tree4c1542507646a16a36ed120b001292644606c083
parentb72b91e85e80a69304e6569db535bcca0e0ecab5
In pic, make rounded boxes work with colors.  Reported by Urs Eggli
<Urs.Eggli@zuerich.ch>.

* src/preproc/pic/common.h (common_output), src/preproc/pix/output.h
(output): Add color parameter to `rounded_box' member function.

* src/preproc/pic/common.cpp (common_output::rounded_box): Use it.

* src/preproc/pic/object.cpp (box_object::print): Pass `color_fill'
to `out->rounded_box'.
ChangeLog
src/preproc/pic/common.cpp
src/preproc/pic/common.h
src/preproc/pic/object.cpp
src/preproc/pic/output.h