summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 17:33:08 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 17:37:21 +0000
commitf97c1fc605caf49b73a11f960dc9a6c869e97abe (patch)
tree63371dac17fbe1e67bc3363d049a947ba64d0450 /windows
parent692d4a328c7ba7cbf13c66c5da67ac1e9bb323b2 (diff)
downloadnetsurf-f97c1fc605caf49b73a11f960dc9a6c869e97abe.tar.gz
netsurf-f97c1fc605caf49b73a11f960dc9a6c869e97abe.tar.bz2
Add some more frontend stubs and fix up some others
Diffstat (limited to 'windows')
-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 */