summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-16 13:21:17 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-16 13:21:17 +0100
commit01d30ed9cc4c080dea45ee85ec7af76cbd7e61bb (patch)
tree383c090f41b22e706775f98d704ed1a39d498175 /fluid/function_panel.h
parentd28d03e1aca7d2e4d3b625a95912f0cebf9bac10 (diff)
FLUID: inlined data can be stored compressed.
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index ba07009d5..ce9e1a03b 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -74,8 +74,7 @@ extern Fl_Menu_Item menu_decl_class_choice[];
extern Fl_Double_Window *data_panel;
extern Fl_Choice *data_choice;
extern Fl_Choice *data_class_choice;
-#include <FL/Fl_Check_Button.H>
-extern Fl_Check_Button *data_mode;
+extern Fl_Choice *data_mode;
extern Fl_Input *data_input;
extern Fl_Input *data_filename;
extern Fl_Button *data_filebrowser;
@@ -85,6 +84,7 @@ extern Fl_Button *data_panel_cancel;
Fl_Double_Window* make_data_panel();
extern Fl_Menu_Item menu_data_choice[];
extern Fl_Menu_Item menu_data_class_choice[];
+extern Fl_Menu_Item menu_data_mode[];
extern Fl_Double_Window *class_panel;
extern Fl_Light_Button *c_public_button;
extern Fl_Input *c_name_input;