diff options
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index f5f55f4fd..b5b84e422 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -311,6 +311,8 @@ public: void end_job(void); /** \brief Label of the PostScript file chooser window */ static const char *file_chooser_title; + /** Returns the underlying FILE* receiving all PostScript data */ + FILE *file() { return driver()->file(); } }; /** Encapsulated PostScript drawing surface. |
