From b6de09cff2465db3c0a6e6a013b825462bc9a0e7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 13:35:47 +0100 Subject: Re-enable nested (aka recursive) common dialogs (STR 3242, #282) Apply Fl_Dialog_r10831.patch as given in STR 3242: https://www.fltk.org/strfiles/3242/Fl_Dialog_r10831.patch Reformat, add missing pieces, rename private members, cleanup... Improve documentation, add fl_choice_n() (issue #282) New methods fl_input_str() and fl_password_str() return Fl_String --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a31788929..2fe252ba8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,6 +58,7 @@ CPPFILES = \ Fl_Menu_Window.cxx \ Fl_Menu_add.cxx \ Fl_Menu_global.cxx \ + Fl_Message.cxx \ Fl_Multi_Label.cxx \ Fl_Native_File_Chooser.cxx \ Fl_Overlay_Window.cxx \ -- cgit v1.2.3