cairo: Fix rendering of wide titles for GUI rendering.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 30 Oct 2010 03:12:00 +0000 (20:12 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 30 Oct 2010 03:12:21 +0000 (20:12 -0700)
commit983f4e9073bbedaf37c8c8c283b1150b689cef8d
treea8a009b965556ef451a5e8eec49373a6be39b469
parentd11d6e038e2e60c6b876c7018ad181a08e6cef8d
cairo: Fix rendering of wide titles for GUI rendering.

The width of the title was not being taken into account in calculating the
size of a table_item in the code path used by the GUI, so titles wider
than their tables were truncated at the width of the table.  This commit
fixes the problem.
src/output/cairo.c