summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-06 07:07:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-06 07:07:33 +0000
commitbe787cabb17dc2e28b4f93e3a35ae5d9bff5b879 (patch)
tree0d0dd686f6c7e3b3ba17fc8c158851a8d044f1b5 /amiga/gui.h
parent497c218d4a4b7e2419a7c7d664c3e869e88b6e6a (diff)
downloadnetsurf-be787cabb17dc2e28b4f93e3a35ae5d9bff5b879.tar.gz
netsurf-be787cabb17dc2e28b4f93e3a35ae5d9bff5b879.tar.bz2
Closing entire windows instead of just tabs is now possible
svn path=/trunk/netsurf/; revision=5497
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 9680d80be..44d985081 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -115,6 +115,7 @@ struct gui_window
void ami_get_msg(void);
void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
+void ami_close_all_tabs(struct gui_window_2 *gwin);
struct RastPort *currp;
struct TextFont *origrpfont;