From c1afe81e063c7c9202a391228f1f9833170d7c3a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 23 Oct 2011 13:15:44 +0000 Subject: Complete extended context menus svn path=/trunk/netsurf/; revision=13076 --- amiga/file.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'amiga/file.h') diff --git a/amiga/file.h b/amiga/file.h index 935aa519d..4569ba62e 100644 --- a/amiga/file.h +++ b/amiga/file.h @@ -19,6 +19,7 @@ #include "amiga/gui.h" struct hlcache_object; +struct selection; struct FileRequester *filereq; struct FileRequester *savereq; @@ -29,6 +30,7 @@ enum { AMINS_SAVE_COMPLETE, AMINS_SAVE_PDF, AMINS_SAVE_IFF, + AMINS_SAVE_SELECTION, }; @@ -37,6 +39,7 @@ void ami_file_req_free(void); void ami_file_open(struct gui_window_2 *gwin); void ami_file_save_req(int type, struct gui_window_2 *gwin, - struct hlcache_handle *object); + struct hlcache_handle *object, struct selection *sel); void ami_file_save(int type, char *fname, struct Window *win, - struct hlcache_handle *object, struct hlcache_handle *favicon); + struct hlcache_handle *object, struct hlcache_handle *favicon, + struct selection *sel); -- cgit v1.2.3