From 16dae3ea063ae134b8b87ca199575e904dfbb7d4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 8 Dec 2021 15:52:15 +0100 Subject: Fluid: restructuring and commenting. tl;dr : making Fluid maintainable, no changes in code execution and logic. This is a pretty extensive restructuring of the Fluid source tree. It was neccessary because source and header files were getting much too big to handle. Many source files had no header, and many headers declared functions that were in diffrent source files. Reorganized much of the include statements. Added comments to some of the files. Added Doxygen configuration file for standalone Fluid docs. Tested everything by rebuilding Fluid .fl designs with the resorted version of Fluid. --- fluid/alignment_panel.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'fluid/alignment_panel.h') diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index e2a9bdc03..0457f4560 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -19,17 +19,12 @@ #ifndef alignment_panel_h #define alignment_panel_h #include +#include "fluid.h" +#include "widget_browser.h" #include #include #include -extern void load_history(); -extern void redraw_browser(); -extern int show_comments; -extern int G_use_external_editor; -extern char G_external_editor_command[512]; -extern int show_coredevmenus; extern struct Fl_Menu_Item *dbmanager_item; -extern Fl_Preferences fluid_prefs; #include #include #include -- cgit v1.2.3