From 1ce3a84e9fe74297aa764fc12536af544378d265 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 14 Nov 2021 15:17:03 +0100 Subject: Refactor and improve "Print front window" dialog src/print_button.cxx: "Print front window" implementation (new file) This is compiled and activated if USE_PRINT_BUTTON is defined. The feature can be fine controlled by environment variable 'FLTK_PRINT_BUTTON' (see docs in source file). --- src/Fl_Window_Driver.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Fl_Window_Driver.H') diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index 6d740892c..aa1a62b9a 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -38,6 +38,9 @@ class Fl_X; class Fl_Image; class Fl_RGB_Image; +// not directly window driver related, but ... +int fl_create_print_window(); // used internally on some platforms + /** \brief A base class for platform specific window handling code. -- cgit v1.2.3