From 2f0be9d53711ec287daedbacd1ceb2ee48bca3ff Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Jul 2020 21:01:28 +0200 Subject: Add member function FILE* Fl_PostScript_File_Device::file() --- FL/Fl_PostScript.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') 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. -- cgit v1.2.3