diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-16 18:49:26 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-16 18:49:41 +0100 |
| commit | 8213ba94aa2b1a83f7da8b603935811c05c7def5 (patch) | |
| tree | dbcef06f4d4b32ab55abe126726c1000027a2070 /src/Fl_Screen_Driver.H | |
| parent | 0f335ab4409943ff59dd0c542e9a3c9947c911d7 (diff) | |
Improve Fl_GTK_Native_File_Chooser_Driver in relation to FLTK windows.
Implement a new way to make the GTK file-chooser window modal-like
by preventing any event processing by other FLTK windows.
The new way is also no longer X11-specific.
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index e33950b8a..027b30077 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -1,7 +1,7 @@ // // All screen related calls in a driver style class. // -// Copyright 1998-2021 by Bill Spitzak and others. +// Copyright 1998-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -206,7 +206,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); - virtual void make_transient(void *, void *, Fl_Window *) {} }; #endif // !FL_SCREEN_DRIVER_H |
