diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-14 15:17:03 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-19 18:50:53 +0100 |
| commit | 1ce3a84e9fe74297aa764fc12536af544378d265 (patch) | |
| tree | 61a17c239aca387a978debd3fd3c733c383f902c /src/Fl_Window_Driver.H | |
| parent | 0b8eabd184ac71b778c9fab3c6161b65b616f1f5 (diff) | |
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).
Diffstat (limited to 'src/Fl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Window_Driver.H | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
