diff win/dw.c @ 2017:686b2d049056

Win: Attempt to add event handler to capture DocumentComplete with embedded IE. This code doesm't work yet, but I needed to commit it to switch computers.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 08 Nov 2019 07:20:17 +0000
parents c30f4354966e
children 663d79f28e46
line wrap: on
line diff
--- a/win/dw.c	Thu Nov 07 11:18:46 2019 +0000
+++ b/win/dw.c	Fri Nov 08 07:20:17 2019 +0000
@@ -5714,10 +5714,12 @@
 void _dw_html_action(HWND hwnd, int action);
 int _dw_html_raw(HWND hwnd, char *string);
 int _dw_html_url(HWND hwnd, char *url);
+int _dw_html_javascript_run(HWND hwnd, char *script, void *scriptdata);
 #ifdef BUILD_EDGE
 void _dw_edge_action(HWND hwnd, int action);
 int _dw_edge_raw(HWND hwnd, LPCWSTR string);
 int _dw_edge_url(HWND hwnd, LPCWSTR url);
+int _dw_edge_javascript_run(HWND hwnd, LPCWSTR script, void *scriptdata);
 #endif
 #endif