summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 20:39:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 20:39:10 +0000
commit02a4bfd375110c268837931a8714fab0dc154d50 (patch)
tree33aa215650f42aadb737572cbe356ea827e58293 /amiga/gui.h
parentaf8c3ef0c359a4c86531755659af7688e8b3f08e (diff)
downloadnetsurf-02a4bfd375110c268837931a8714fab0dc154d50.tar.gz
netsurf-02a4bfd375110c268837931a8714fab0dc154d50.tar.bz2
Toggle the tab bar to the correct state if the option to always show it is changed and only one tab is currently open
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 6a5434f87..1dff5d3c0 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -154,6 +154,7 @@ bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
void ami_gui_history(struct gui_window_2 *gwin, bool back);
void ami_gui_hotlist_toolbar_update_all(void);
+void ami_gui_tabs_toggle_all(void);
struct TextFont *origrpfont;
struct MinList *window_list;