From e73f9d466da578f31af7b24d5f016eaa927a5c91 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 3 Feb 2022 21:56:42 +0100 Subject: Rearrange "Print Button Window" functions - Rename Fl_Screen_Driver::print_or_copy_window() to fl_print_or_copy_window() - Add header file src/print_button.h - Update dependencies --- src/Fl_Screen_Driver.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Screen_Driver.H') diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index e7a64b542..60ad11dcd 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -199,8 +199,6 @@ 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); // implement to support copy-to-clipboard virtual void copy(const char */*stuff*/, int /*len*/, int /*clipboard*/, const char */*type*/) {} // implement to support paste-from-clipboard -- cgit v1.2.3