From 79832b679f2d195eb3b0f30ca920a857cc133b2b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 11 Jan 2023 20:20:56 +0100 Subject: Add the initial version of class Fl_Scheme This basic version of class Fl_Scheme contains only static methods that are needed for Fl_Scheme_Choice and further extensions. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index dddb7fcb4..c6a6cec63 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,6 +76,7 @@ CPPFILES = \ Fl_Roller.cxx \ Fl_Round_Button.cxx \ Fl_Screen_Driver.cxx \ + Fl_Scheme.cxx \ Fl_Scroll.cxx \ Fl_Scrollbar.cxx \ Fl_Shared_Image.cxx \ -- cgit v1.2.3