mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
fix missing forward declaration
This commit is contained in:
parent
b1bb708d4f
commit
2f478eb5d7
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user