summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-04 19:56:37 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-04 19:56:37 +0000
commit667c3b67304906e281faa7dbde36d454bddce576 (patch)
tree576427deb822d0276dfcdf1a83ed4476264b9a70 /desktop/gui.h
parentac0d20fdea64742ae13885e862e611095104aa11 (diff)
downloadnetsurf-667c3b67304906e281faa7dbde36d454bddce576.tar.gz
netsurf-667c3b67304906e281faa7dbde36d454bddce576.tar.bz2
Fix 1516353 and implement 1352354
svn path=/trunk/netsurf/; revision=2711
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index bdc103c7c..1e27d851f 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -80,6 +80,7 @@ void gui_window_new_content(struct gui_window *g);
bool gui_window_scroll_start(struct gui_window *g);
bool gui_window_box_scroll_start(struct gui_window *g,
int x0, int y0, int x1, int y1);
+void gui_window_save_as_link(struct gui_window *g, struct content *c);
struct gui_download_window *gui_download_window_create(const char *url,
const char *mime_type, struct fetch *fetch,