psppire-output-view: Consistently apply "transparent" and "systemcolors".
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Dec 2020 01:07:12 +0000 (17:07 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Dec 2020 05:17:35 +0000 (21:17 -0800)
commit75ac1e869e551495c403cf94a3a24dd0dfee98ef
treec4da46f68b4ddad7c67590f15e8c78ccb76d40b5
parent70362b1089128359b39ceccd75c67b0d8083797f
psppire-output-view: Consistently apply "transparent" and "systemcolors".

Commit 81dece3642da ("output view: make items selectable and use system
colours") add transparency and system colors to the driver in the GUI,
but it did so somewhat after the driver was created.  I don't know why.
It makes more sense to me to set these options when creating the driver.
This commit makes that change.  It also deletes the function to change
the options; it had no other user.
src/output/cairo.c
src/output/cairo.h
src/ui/gui/psppire-output-view.c