diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-12-02 10:54:40 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-12-02 10:54:40 +0100 |
| commit | 596a9375305969f8104a9cd536c808cf15289074 (patch) | |
| tree | df82a7a5abdcfdd13a39f94c2e443b226d3e38b0 /src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | |
| parent | 2db94dcb4c5bf2ef3fa92f1cd6a41f3f90105361 (diff) | |
PostScript output: initialise member variables in Fl_Cairo_Graphics_Driver constructor.
Also, remove inadequate Fl_Surface_Device::push_current(this) call in Fl_Posix_Printer_Driver::begin_job().
Diffstat (limited to 'src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H index aff73c4f2..7237028fd 100644 --- a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H +++ b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H @@ -44,17 +44,13 @@ public: }; Clip * clip_; - int lang_level_; int gap_; - int pages_; cairo_t *cr() { return cairo_; } PangoLayout *pango_layout() {return pango_layout_;} void check_status(void); enum SHAPE shape_; - int linewidth_;// need for clipping, lang level 1-2 - int linestyle_;// unsigned char cr_,cg_,cb_; char linedash_[256];//should be enough void concat(); // transform ror scalable dradings... @@ -68,9 +64,6 @@ public: int left_margin; int top_margin; - double pw_, ph_; - - uchar bg_r, bg_g, bg_b; void transformed_draw(const char* s, int n, double x, double y); //precise text placing // implementation of drawing methods |
