summaryrefslogtreecommitdiff
path: root/src/drivers/PostScript
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2021-12-03 20:35:21 +0100
committerGitHub <noreply@github.com>2021-12-03 20:35:21 +0100
commit0f72957a246c4b8c75a61578b66278d630100b03 (patch)
tree3c493a9a37303588716ef54a524bc6ed2be8ff8b /src/drivers/PostScript
parentc55fd6f7045e8899f341f7a73c01e5749015bfc1 (diff)
parent596a9375305969f8104a9cd536c808cf15289074 (diff)
Merge branch 'fltk:master' into master
Diffstat (limited to 'src/drivers/PostScript')
-rw-r--r--src/drivers/PostScript/Fl_PostScript.cxx2
-rw-r--r--src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/PostScript/Fl_PostScript.cxx b/src/drivers/PostScript/Fl_PostScript.cxx
index 515450ce1..11d61e4f3 100644
--- a/src/drivers/PostScript/Fl_PostScript.cxx
+++ b/src/drivers/PostScript/Fl_PostScript.cxx
@@ -122,9 +122,9 @@ static const double dashes_cap[5][7]={
Fl_PostScript_Graphics_Driver::Fl_PostScript_Graphics_Driver(void)
{
close_cmd_ = 0;
+#if ! USE_PANGO
//lang_level_ = 3;
lang_level_ = 2;
-#if ! USE_PANGO
mask = 0;
#endif
ps_filename_ = NULL;
diff --git a/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H b/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H
index 4a0584036..9f7b1068c 100644
--- a/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H
+++ b/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H
@@ -48,6 +48,8 @@ public:
enum Fl_Paged_Device::Page_Format page_format_;
char *ps_filename_;
int nPages;
+ double pw_, ph_;
+ uchar bg_r, bg_g, bg_b;
Fl_PostScript_Graphics_Driver();
~Fl_PostScript_Graphics_Driver();