diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-11-27 00:08:06 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-11-27 00:08:06 +0100 |
| commit | 95fc60bd8c90bbc5db9d47228d00f0aa0bcb4fa0 (patch) | |
| tree | a03a2245a1d0135ffb4e6ced8abb01a13326adb3 /src/Fl_Device.cxx | |
| parent | 9bac964f85503dfd37cef369f4d664a1aef92094 (diff) | |
Restore building with configure --disable-print (#1147)
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
