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>
Sun, 13 Dec 2020 19:25:12 +0000 (11:25 -0800)
commit72d48b1e7b54b438ba266ffc74e7e9f816629a1f
treee309b030fba5ba1af58f2cb7612e878457d8d461
parent443d13b24337b93e4d88db9518b3bd043716439e
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