From 2f478eb5d7690206f2feb92e2e215a5ec8f968c7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 15:21:12 +0000 Subject: fix missing forward declaration --- atari/gui.c | 1 + windows/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/atari/gui.c b/atari/gui.c index 2180080cc..b2ac6f715 100644 --- a/atari/gui.c +++ b/atari/gui.c @@ -114,6 +114,7 @@ EVMULT_OUT aes_event_out; short aes_msg_out[8]; bool gui_window_get_scroll(struct gui_window *w, int *sx, int *sy); +static void gui_window_set_url(struct gui_window *w, const char *url); /** * Return the filename part of a full path diff --git a/windows/main.c b/windows/main.c index ac75ab568..8dc9d45cb 100644 --- a/windows/main.c +++ b/windows/main.c @@ -111,7 +111,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd) .clipboard = win32_clipboard_table, .download = win32_download_table, }; - win32_gui_table->browser->get_resource_url = gui_get_resource_url; + win32_browser_table->get_resource_url = gui_get_resource_url; if (SLEN(lpcli) > 0) { argvw = CommandLineToArgvW(GetCommandLineW(), &argc); -- cgit v1.2.3