From 1761523c9e730ca7ac635be91d4e56d7ff77beab Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 1 Nov 2020 09:26:29 +0100 Subject: Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd) Also expand Doxygen doc of class Fl_Printer for the X11 platform. --- src/drivers/PostScript/Fl_PostScript.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drivers') 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(); -- cgit v1.2.3