From 95fc60bd8c90bbc5db9d47228d00f0aa0bcb4fa0 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:08:06 +0100 Subject: Restore building with configure --disable-print (#1147) --- src/Fl_Device.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Fl_Device.cxx') diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index c723186f2..99e28a216 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -180,7 +180,6 @@ Fl_PDF_File_Surface::~Fl_PDF_File_Surface() { delete platform_surface_; } -#endif // !defined(FL_NO_PRINT_SUPPORT) /** Localizable text of the "PDF document settings" dialog */ const char * Fl_PDF_File_Surface::format_dialog_title = "PDF document settings"; @@ -190,3 +189,5 @@ const char * Fl_PDF_File_Surface::format_dialog_page_size = "Page Size:"; const char * Fl_PDF_File_Surface::format_dialog_default = "Set as default"; /** Localizable text of the "PDF document settings" dialog */ const char * Fl_PDF_File_Surface::format_dialog_orientation = "Orientation:"; + +#endif // !defined(FL_NO_PRINT_SUPPORT) -- cgit v1.2.3