cairo: Always save output item in xr_rendering_create().
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 04:53:53 +0000 (21:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 14:28:49 +0000 (07:28 -0700)
commit7720f4e8ad3d3835720e707f9eeed099118b036d
treef91e18043293dbf5f847c34fc4610a19977e14d5
parentf5f8c375e650d350eab25680c6aa348229524984
cairo: Always save output item in xr_rendering_create().

Currently xr_rendering_create() only saves the output item passed in if it
is a chart.  However an upcoming commit will have a need for table output
items too, so this commit always saves them.
src/output/cairo.c