aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-16 16:53:12 +0100
committerjcid <devnull@localhost>2007-12-16 16:53:12 +0100
commit89f33088e8435d2df77f967a17b6639b181bfce2 (patch)
treed16a90bccf59d0b1098a94ef06c5ccf354dbc2a5 /src/ui.hh
parentc5432a8fcdab01dc1a28e903cf0f786cd60c8467 (diff)
- Made "New browser window" inherit the panel style of its parent.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 46c2b5e3..a854f585 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -62,7 +62,7 @@ class UI : public fltk::Window {
public:
- UI(int w, int h, const char* label = 0);
+ UI(int w, int h, const char* label = 0, const UI *cur_ui = NULL);
~UI() {} // TODO: implement destructor
// To manage what events to catch and which to let pass