From 8213ba94aa2b1a83f7da8b603935811c05c7def5 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 16 Jan 2022 18:49:26 +0100 Subject: 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. --- src/drivers/Posix/Fl_Posix_System_Driver.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/drivers/Posix') diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index 9d2c0fa23..752b54201 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -2,7 +2,7 @@ // Definition of POSIX system driver // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2021 by Bill Spitzak and others. +// Copyright 2010-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 @@ -88,7 +88,6 @@ public: virtual void lock_ring(); virtual void unlock_ring(); #endif - virtual void emulate_modal_dialog() {} }; #endif // FL_POSIX_SYSTEM_DRIVER_H -- cgit v1.2.3