aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
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; }