summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-14 19:25:08 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-14 19:25:17 +0100
commitebd0c81f7e5745d58e11846a695fe5842245c627 (patch)
treedbb9e99ffeb5cc9cb97dd61e367a9a18d8699963 /src/Fl_Screen_Driver.H
parentab58971bcf9cedee6ecd131ca032087ff7d1623c (diff)
Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H1
1 files changed, 1 insertions, 0 deletions
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