From f97c1fc605caf49b73a11f960dc9a6c869e97abe Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Jan 2014 17:33:08 +0000 Subject: Add some more frontend stubs and fix up some others --- windows/gui.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'windows') 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 */ -- cgit v1.2.3