diff options
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 43c08b7eb..2a734480a 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -232,6 +232,7 @@ public: int start_page (void); int printable_rect(int *w, int *h); 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 rotate(float angle); |
