summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-16 18:49:26 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-01-16 18:49:41 +0100
commit8213ba94aa2b1a83f7da8b603935811c05c7def5 (patch)
treedbcef06f4d4b32ab55abe126726c1000027a2070 /src/drivers/X11/Fl_X11_System_Driver.H
parent0f335ab4409943ff59dd0c542e9a3c9947c911d7 (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/drivers/X11/Fl_X11_System_Driver.H')
-rw-r--r--src/drivers/X11/Fl_X11_System_Driver.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H
index 69649bc36..146a48e83 100644
--- a/src/drivers/X11/Fl_X11_System_Driver.H
+++ b/src/drivers/X11/Fl_X11_System_Driver.H
@@ -2,7 +2,7 @@
// Definition of Posix system driver
// for the Fast Light Tool Kit (FLTK).
//
-// Copyright 2010-2018 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
@@ -64,7 +64,6 @@ public:
virtual void add_fd(int fd, Fl_FD_Handler cb, void* = 0);
virtual void remove_fd(int, int when);
virtual void remove_fd(int);
- virtual void emulate_modal_dialog();
};
#endif /* FL_X11_SYSTEM_DRIVER_H */