summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-27 18:46:08 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-27 18:46:08 +0000
commit74b1c3986bf046e8bfa6bed061ab524bc96dc7e5 (patch)
tree501928ed974550b28502d91407b03b1290017cf3 /riscos/gui.h
parentb5cd93fb6b64ae1f41bc402d76bcfcf42875f19f (diff)
downloadnetsurf-74b1c3986bf046e8bfa6bed061ab524bc96dc7e5.tar.gz
netsurf-74b1c3986bf046e8bfa6bed061ab524bc96dc7e5.tar.bz2
[project @ 2004-03-27 18:46:08 by bursa]
Save complete gui and F3 etc. svn path=/import/netsurf/; revision=677
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 24f96c21c..940e32f23 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -31,7 +31,8 @@ extern bool gui_redraw_debug;
extern gui_window *current_gui;
typedef enum { GUI_BROWSER_WINDOW, GUI_DOWNLOAD_WINDOW } gui_window_type;
-typedef enum { GUI_SAVE_SOURCE, GUI_SAVE_DRAW, GUI_SAVE_TEXT } gui_save_type;
+typedef enum { GUI_SAVE_SOURCE, GUI_SAVE_DRAW, GUI_SAVE_TEXT,
+ GUI_SAVE_COMPLETE } gui_save_type;
extern gui_save_type gui_current_save_type;
typedef enum { GUI_DRAG_SELECTION, GUI_DRAG_DOWNLOAD_SAVE,
GUI_DRAG_SAVE } gui_drag_type;
@@ -93,6 +94,7 @@ void ro_gui_create_menu(wimp_menu* menu, int x, int y, gui_window* g);
void ro_gui_popup_menu(wimp_menu *menu, wimp_w w, wimp_i i);
void ro_gui_menu_selection(wimp_selection* selection);
void ro_gui_menu_warning(wimp_message_menu_warning *warning);
+void ro_gui_menu_prepare_save(struct content *c);
/* in dialog.c */
void ro_gui_dialog_init(void);