diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-01 09:26:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-01 09:26:40 +0100 |
| commit | 1761523c9e730ca7ac635be91d4e56d7ff77beab (patch) | |
| tree | 6390edb59b7c8aa281a48f8a7c0e7c8663df6ab8 /src/Fl_Printer.cxx | |
| parent | b540c650816ac313b0d36137136b732631b42c3b (diff) | |
Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)
Also expand Doxygen doc of class Fl_Printer for the X11 platform.
Diffstat (limited to 'src/Fl_Printer.cxx')
| -rw-r--r-- | src/Fl_Printer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Printer.cxx b/src/Fl_Printer.cxx index 015592332..877d4b648 100644 --- a/src/Fl_Printer.cxx +++ b/src/Fl_Printer.cxx @@ -81,6 +81,7 @@ void Fl_PostScript_File_Device::untranslate(void) {} int Fl_PostScript_File_Device::end_page (void) {return 1;} void Fl_PostScript_File_Device::end_job(void) {} FILE* Fl_PostScript_File_Device::file() {return NULL;} +void Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd) {} Fl_PostScript_File_Device::~Fl_PostScript_File_Device(void) {} Fl_EPS_File_Surface::Fl_EPS_File_Surface(int width, int height, FILE *eps_output, |
