diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 13:35:47 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 14:49:27 +0100 |
| commit | b6de09cff2465db3c0a6e6a013b825462bc9a0e7 (patch) | |
| tree | 23725f27cc08e314f3c5d15d1c47c3f3b24b7588 /src/Makefile | |
| parent | 240465626604ed9a7f7b2cb997ab4dffd419eabc (diff) | |
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
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
