cairo: Draw table titles in xr_rendering_draw() too.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 04:56:37 +0000 (21:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 14:28:49 +0000 (07:28 -0700)
commit845d4b4f3fb5fdd7af9272c40f2c2987d859c2aa
tree5072b089acaa1cd7141f8a1f5284ad4cad1ce6d3
parent7720f4e8ad3d3835720e707f9eeed099118b036d
cairo: Draw table titles in xr_rendering_draw() too.

xr_rendering_draw() didn't draw table titles.  It seems that this was just
an oversight, so this commit fixes the problem.

xr_rendering_draw() is used by the GUI output viewer window, so this makes
the GUI output viewer display table titles now.

Bug #30554.
src/output/cairo.c