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/drivers/PostScript | |
| 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/drivers/PostScript')
| -rw-r--r-- | src/drivers/PostScript/Fl_PostScript.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/PostScript/Fl_PostScript.cxx b/src/drivers/PostScript/Fl_PostScript.cxx index 958bbd1a6..755185ec8 100644 --- a/src/drivers/PostScript/Fl_PostScript.cxx +++ b/src/drivers/PostScript/Fl_PostScript.cxx @@ -2111,6 +2111,10 @@ void Fl_PostScript_File_Device::end_job (void) } } +void Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd) { + driver()->close_command(cmd); +} + Fl_EPS_File_Surface::Fl_EPS_File_Surface(int width, int height, FILE *eps, Fl_Color background, Fl_PostScript_Close_Command closef) : Fl_Widget_Surface(new Fl_PostScript_Graphics_Driver()) { Fl_PostScript_Graphics_Driver *ps = driver(); |
