diff options
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 1f6c80f98..fae5b0ff2 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -201,6 +201,8 @@ public: virtual APP_SCALING_CAPABILITY rescalable() { return NO_APP_SCALING; } // supports Fl_Window::default_icons() virtual void default_icons(const Fl_RGB_Image *icons[], int count); + // this one is implemented in print_button.cxx + static int print_or_copy_window(Fl_Window*, bool, int); }; #endif // !FL_SCREEN_DRIVER_H |
