From d8ad3b8e7893630d3866bc56c90f6f7556ab1740 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 5 Jan 2014 16:01:03 +0000 Subject: Add new gui entry point for file open dialogue requests --- desktop/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') 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. -- cgit v1.2.3