aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-03-13 09:50:30 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-03-13 09:50:30 -0400
commit1c24e3a90ca78e0f797b4c974153d97443756063 (patch)
treeafc58e52e839c0f3e75fed54172f50bc381853f8 /src/ui.hh
parent2148ba7e5bb175eee37eef3de469356524dade51 (diff)
Made the status bar visible and operative.
The Bug Meter needs some work due to differences with FLTK2
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 363ff9a6..74f62d75 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -144,7 +144,7 @@ class UI : public Fl_Pack {
void make_menubar(int x, int y, int w, int h);
Fl_Widget *make_filemenu_button();
void make_panel(int ww);
- void make_status_panel(int ww);
+ void make_status_panel(int ww, int wh);
public:
@@ -162,7 +162,7 @@ public:
void set_page_prog(size_t nbytes, int cmd);
void set_img_prog(int n_img, int t_img, int cmd);
void set_bug_prog(int n_bug);
- void set_render_layout(Fl_Group &nw);
+ void set_render_layout(Fl_Group *nw);
void customize(int flags);
void button_set_sens(UIButton btn, int sens);
void paste_url();