Apply two patches provided by user 'Andre' via mail

1. add missing FL_EXPORT to class Fl_Terminal
2. add missing test/wizard demo to test/Makefile
This commit is contained in:
Albrecht Schlosser
2023-11-17 19:27:00 +01:00
parent 44bb080c0f
commit 367d302b5f
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
the text.
**/
class Fl_Terminal : public Fl_Group {
class FL_EXPORT Fl_Terminal : public Fl_Group {
public:
//////////////////////////////////////
////// Fl_Terminal Public Enums //////
+3 -1
View File
@@ -134,6 +134,7 @@ CPPFILES =\
utf8.cxx \
valuators.cxx \
windowfocus.cxx \
wizard.cxx \
$(CPPUNITTEST)
ALL = \
@@ -213,7 +214,8 @@ ALL = \
tiled_image$(EXEEXT) \
twowin$(EXEEXT) \
utf8$(EXEEXT) \
windowfocus$(EXEEXT)
windowfocus$(EXEEXT) \
wizard$(EXEEXT)
ALLFLUID = \
checkers$(EXEEXT) \