diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-03-13 09:50:30 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-03-13 09:50:30 -0400 |
commit | 1c24e3a90ca78e0f797b4c974153d97443756063 (patch) | |
tree | afc58e52e839c0f3e75fed54172f50bc381853f8 /src/ui.hh | |
parent | 2148ba7e5bb175eee37eef3de469356524dade51 (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.hh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |