From 668dfd109f183ad8c4731f7fb8af39977ea89920 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 4 Feb 2011 23:32:53 +0000 Subject: 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 --- src/Fl_PostScript.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_PostScript.cxx') 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); } -- cgit v1.2.3