diff options
| -rw-r--r-- | fluid/panels/codeview_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/panels/codeview_panel.fl | 5 | ||||
| -rw-r--r-- | fluid/panels/widget_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/panels/widget_panel.fl | 5 |
4 files changed, 10 insertions, 4 deletions
diff --git a/fluid/panels/codeview_panel.cxx b/fluid/panels/codeview_panel.cxx index 579e4e622..3cf191618 100644 --- a/fluid/panels/codeview_panel.cxx +++ b/fluid/panels/codeview_panel.cxx @@ -16,8 +16,8 @@ // generated by Fast Light User Interface Designer (fluid) version 1.0500 -#include <stdlib.h> // malloc() #include "codeview_panel.h" +#include <stdlib.h> // malloc() #include "Fluid.h" #include "Project.h" #include "io/Project_Reader.h" diff --git a/fluid/panels/codeview_panel.fl b/fluid/panels/codeview_panel.fl index fc62fee51..3af688e16 100644 --- a/fluid/panels/codeview_panel.fl +++ b/fluid/panels/codeview_panel.fl @@ -20,6 +20,9 @@ comment {// } {in_source in_header } +decl {\#include <stdlib.h> // malloc()} {selected private local +} + decl {\#include "Fluid.h"} {private local } @@ -41,7 +44,7 @@ decl {\#include <FL/Fl_Tabs.H>} {private local decl {\#include <FL/Fl_Button.H>} {private local } -decl {\#include "../src/flstring.h"} {selected private local +decl {\#include "../src/flstring.h"} {private local } decl {char *cv_source_filename = nullptr;} {private local diff --git a/fluid/panels/widget_panel.cxx b/fluid/panels/widget_panel.cxx index 29d75f01b..f9365ae63 100644 --- a/fluid/panels/widget_panel.cxx +++ b/fluid/panels/widget_panel.cxx @@ -16,8 +16,8 @@ // generated by Fast Light User Interface Designer (fluid) version 1.0500 -#include <stdlib.h> // free() #include "widget_panel.h" +#include <stdlib.h> // free() #include "Fluid.h" #include "app/Snap_Action.h" #include "app/Image_Asset.h" diff --git a/fluid/panels/widget_panel.fl b/fluid/panels/widget_panel.fl index 026616714..d479b0bef 100644 --- a/fluid/panels/widget_panel.fl +++ b/fluid/panels/widget_panel.fl @@ -25,6 +25,9 @@ comment {// } {in_source in_header } +decl {\#include <stdlib.h> // free()} {selected private global +} + decl {\#include "panels/widget_panel/Grid_Child_Tab.h"} {public global } @@ -472,7 +475,7 @@ Function {make_widget_panel()} { } { Fl_Group wp_gui_tab { label GUI - callback propagate_load open selected + callback propagate_load open xywh {10 30 400 330} labelsize 11 when 0 resizable } { Fl_Group {} { |
