From 7c932c25d6a74530e5b086d8b0d888546cad10cc Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 4 Feb 2011 09:17:45 +0000 Subject: Added the possibility to call Fl_Paged_Device::scale(factor) with a single argument. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8366 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 2a734480a..80c5bd5c1 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -234,7 +234,7 @@ public: void margins(int *left, int *top, int *right, int *bottom); void origin(int *x, int *y); void origin(int x, int y); - void scale (float scale_x, float scale_y); + void scale (float scale_x, float scale_y = 0.); void rotate(float angle); void translate(int x, int y); void untranslate(void); -- cgit v1.2.3