summaryrefslogtreecommitdiff
path: root/amiga/file.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:15:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-10-23 13:15:44 +0000
commitc1afe81e063c7c9202a391228f1f9833170d7c3a (patch)
tree9ac0e2d70ffe984b24a3f1ffd6c93a71ad3c82ca /amiga/file.h
parent4bb6da7cd3d015612bc4a96bef3d19facffb8870 (diff)
downloadnetsurf-c1afe81e063c7c9202a391228f1f9833170d7c3a.tar.gz
netsurf-c1afe81e063c7c9202a391228f1f9833170d7c3a.tar.bz2
Complete extended context menus
svn path=/trunk/netsurf/; revision=13076
Diffstat (limited to 'amiga/file.h')
-rw-r--r--amiga/file.h7
1 files changed, 5 insertions, 2 deletions
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);