summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index bb1a318de..0c8ebecc7 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2423,3 +2423,11 @@ bool path_add_part(char *path, int length, const char *newpart)
return true;
}
+
+void gui_file_gadget_open(struct browser_window *bw, hlcache_handle *hl,
+ struct form_control *gadget)
+{
+ LOG(("File open dialog rquest for %p/%p", bw, gadget));
+ /* browser_window_set_gadget_filename(bw, gadget, "filename"); */
+}
+