aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 883d289d..d99bfef4 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -11,6 +11,7 @@
#include <fltk/Output.h>
#include <fltk/Image.h>
#include <fltk/MultiImage.h>
+#include <fltk/MenuBuild.h>
#include "findbar.hh"
@@ -67,7 +68,7 @@ class UI : public fltk::Window {
PackedGroup *make_toolbar(int tw, int th);
PackedGroup *make_location();
PackedGroup *make_progress_bars(int wide, int thin_up);
- Group *make_menu(int tiny);
+ void make_menubar(int x, int y, int w, int h);
Group *make_panel(int ww);
void delete_panel_images();