summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-01-11 02:15:10 +0000
committercorvid <corvid@lavabit.com>2011-01-11 02:15:10 +0000
commit4188bbb05f20d264987053edbd1d4a250884c7b8 (patch)
treedcc0301fafc81d7cd2971a6a489d6a48f2b35e80 /src/ui.hh
parent885f3bc2c339ef009853da785f6b06ffab7e0622 (diff)
more src/ui
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 79f71b35..600badc6 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -50,8 +50,7 @@ class UI : public Fl_Group {
Fl_Input *Location;
Fl_Pack *ProgBox;
CustProgressBox *PProg, *IProg;
- Fl_Group *Panel, *StatusPanel;
- Fl_Widget *Main;
+ Fl_Group *Panel, *Main, *StatusPanel;
Fl_Output *StatusOutput;
int MainIdx;
@@ -87,7 +86,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_Widget &nw);
+ void set_render_layout(Fl_Group &nw);
void set_tab_title(const char *label);
void customize(int flags);
void button_set_sens(UIButton btn, int sens);