diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-09-18 21:11:28 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-09-18 21:11:28 +0000 |
| commit | 4e8e8b9f028478bc4f9c2ae386537a3ab9bb1612 (patch) | |
| tree | 51fb34724a3f089a1ee75746b7f17b86763c21ec /fluid/fluid.cxx | |
| parent | f3ae3c705bee0e7b49e7f9a27c7667074f78a693 (diff) | |
More Doxygen comment support for Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index cffa8d60e..940f6a4eb 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -98,6 +98,7 @@ int gridx = 5; int gridy = 5; int snap = 1; int show_guides = 1; +int show_comments = 1; // File history info... char absolute_history[10][1024]; @@ -1747,6 +1748,7 @@ void make_main_window() { fluid_prefs.get("gridy", gridy, 5); fluid_prefs.get("show_guides", show_guides, 0); fluid_prefs.get("widget_size", Fl_Widget_Type::default_size, 14); + fluid_prefs.get("show_comments", show_comments, 1); load_history(); |
