summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRob Kendrick <rjek@rjek.com>2014-01-05 16:01:03 +0000
committerRob Kendrick <rjek@rjek.com>2014-01-05 16:01:03 +0000
commitd8ad3b8e7893630d3866bc56c90f6f7556ab1740 (patch)
tree1587355c986598f768ec5211c4b87320e88b9d87 /desktop
parent1bd4a34a271e4f839298f56d8e45f02dfa9d378b (diff)
downloadnetsurf-d8ad3b8e7893630d3866bc56c90f6f7556ab1740.tar.gz
netsurf-d8ad3b8e7893630d3866bc56c90f6f7556ab1740.tar.bz2
Add new gui entry point for file open dialogue requests
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 9d35e1727..4bbf08718 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -116,7 +116,8 @@ void gui_drag_save_selection(struct gui_window *g, const char *selection);
void gui_start_selection(struct gui_window *g);
void gui_clear_selection(struct gui_window *g);
-
+void gui_file_gadget_open(struct browser_window *bw, hlcache_handle *hl,
+ struct form_control *gadget);
/**
* Core asks front end for clipboard contents.