diff options
| author | Manolo Gouy <Manolo> | 2011-02-04 23:32:53 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-04 23:32:53 +0000 |
| commit | 668dfd109f183ad8c4731f7fb8af39977ea89920 (patch) | |
| tree | f0f1ef1ca07aeb68c97689537355f1300d4ce511 /src/Fl_PostScript.cxx | |
| parent | 31bbbf7ae60f07d5f87454db0be9e27eea676ded (diff) | |
Fix STR #2535: clipping + coordinate transformations are now managed separately for each
surface device.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index c317beeef..aecfe9af8 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -1115,9 +1115,6 @@ void Fl_PostScript_Graphics_Driver::rtl_draw(const char* str, int n, int x, int delete [] out; } -struct matrix {double a, b, c, d, x, y;}; -extern matrix * fl_matrix; - void Fl_PostScript_Graphics_Driver::concat(){ fprintf(output,"[%g %g %g %g %g %g] CT\n", fl_matrix->a , fl_matrix->b , fl_matrix->c , fl_matrix->d , fl_matrix->x , fl_matrix->y); } |
