From ebd0c81f7e5745d58e11846a695fe5842245c627 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 14 Jan 2022 19:25:08 +0100 Subject: Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver --- src/Fl_Screen_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Screen_Driver.H') diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index d6baf775f..e33950b8a 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -206,6 +206,7 @@ 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); + virtual void make_transient(void *, void *, Fl_Window *) {} }; #endif // !FL_SCREEN_DRIVER_H -- cgit v1.2.3