From 7a69c22bd71d3c191eb3598f1b4450907414a578 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Dec 2023 17:54:01 +0100 Subject: #856: FLUID: improved Declaration dialog Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions. --- fluid/function_panel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fluid/function_panel.h') diff --git a/fluid/function_panel.h b/fluid/function_panel.h index ce9e1a03b..71a5d51d3 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -64,7 +64,8 @@ extern Fl_Menu_Item menu_declblock_public_choice[]; extern Fl_Double_Window *decl_panel; extern Fl_Choice *decl_choice; extern Fl_Choice *decl_class_choice; -extern Fl_Input *decl_input; +#include +extern CodeEditor *decl_input; extern Fl_Text_Editor *decl_comment_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; -- cgit v1.2.3