summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-24 17:45:50 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-24 17:45:50 +0000
commit60b5a637f3bf33f1c3abd1eecbf67008e40b62d9 (patch)
tree98f2b259aa139d2ff11c427950b9fde54135379f /fluid/alignment_panel.h
parentae55d848e95005ddb24d50846cbcc8b0aca77a6e (diff)
Add option to control the number of file history that is shown
(default 5, range 1 to 10 files) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4185 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 9b3160cff..58c526df4 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -32,6 +32,7 @@
#include <FL/Fl.H>
#include <FL/Fl_Text_Buffer.H>
#include <FL/Fl_Text_Display.H>
+extern void load_history();
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Preferences.H>
#include <FL/Fl_Tooltip.H>
@@ -70,6 +71,8 @@ extern Fl_Check_Button *tooltips_button;
extern Fl_Check_Button *completion_button;
extern Fl_Check_Button *openlast_button;
extern Fl_Check_Button *prevpos_button;
+#include <FL/Fl_Spinner.H>
+extern Fl_Spinner *recent_spinner;
Fl_Double_Window* make_settings_window();
extern Fl_Menu_Item menu_scheme_choice[];
extern Fl_Double_Window *shell_window;