summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 767f6812e..e20369a65 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -73,6 +73,13 @@ static const char windowclassname_main[] = "nswsmainwindow";
static struct nsws_pointers nsws_pointer;
+void gui_file_gadget_open(struct gui_window *g, hlcache_handle *hl,
+ struct form_control *gadget)
+{
+ LOG(("File open dialog rquest for %p/%p", g, gadget));
+ /* browser_window_set_gadget_filename(bw, gadget, "filename"); */
+}
+
void gui_poll(bool active)
{
MSG Msg; /* message from system */