aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-03-23 11:42:35 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-03-23 11:42:35 -0300
commita8401c80019e376bc25db73b01d352bc764d294d (patch)
tree57a6f972e363fc9f1d0afc98e5bd71d5dcb8e6c1 /src/ui.hh
parent7960052b9b50e81705794ebf7e29289d60740df2 (diff)
Made fullscreen work again (Ctrl+Space)
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui.hh b/src/ui.hh
index c74b2056..9308cdd0 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -169,8 +169,7 @@ public:
void set_panelmode(UIPanelmode mode);
UIPanelmode get_panelmode();
void findbar_toggle(bool add);
- Fl_Widget *fullscreen_button() { return FullScreen; }
- void fullscreen_toggle() { FullScreen->do_callback(); }
+ void fullscreen_toggle();
CustTabs *tabs() { return Tabs; }
void tabs(CustTabs *tabs) { Tabs = tabs; }