summaryrefslogtreecommitdiff
path: root/fluid/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-19 17:44:44 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-19 17:45:28 +0200
commitf8a327877699a8565d36b2f0b1cbe074f224fba4 (patch)
tree00673ec9887fa97a108a56910c97df6b37c6ff8c /fluid/CMakeLists.txt
parent9ee8cdc727e7c510c28b51318b953d82aa1dd936 (diff)
FLUID: emulated RTTI for all types
Complete type hierarchy in Fl_Types doc Window now derives correctly from Group Menu Items now correctly (functionally in FLUID) derived form Button Menu Buttons have a better hierarchy Fixing two possible crash bugs where Input_Choice was assumed to be a Menu_ Hoping I have not degraded the original code!
Diffstat (limited to 'fluid/CMakeLists.txt')
-rw-r--r--fluid/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt
index 2b825c805..715b4ffc4 100644
--- a/fluid/CMakeLists.txt
+++ b/fluid/CMakeLists.txt
@@ -26,6 +26,7 @@ set (CPPFILES
Fl_Type.cxx
Fl_Widget_Type.cxx
Fl_Window_Type.cxx
+ Fl_Button_Type.cxx
Fluid_Image.cxx
about_panel.cxx
align_widget.cxx
@@ -54,6 +55,7 @@ set (HEADERFILES
Fl_Type.h
Fl_Widget_Type.h
Fl_Window_Type.h
+ Fl_Button_Type.h
Fluid_Image.h
StyleParse.h
about_panel.h