diff options
| author | Manolo Gouy <Manolo> | 2011-02-04 09:17:45 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-04 09:17:45 +0000 |
| commit | 7c932c25d6a74530e5b086d8b0d888546cad10cc (patch) | |
| tree | a1561813d035706f338629accbf21088a90a159f /FL/Fl_PostScript.H | |
| parent | 2251609ab3a4db3ed65c6e2974f6f92e0c564a5e (diff) | |
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
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
