summaryrefslogtreecommitdiff
path: root/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/window.h')
-rw-r--r--windows/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/window.h b/windows/window.h
index 39b3ed5df..3e0399859 100644
--- a/windows/window.h
+++ b/windows/window.h
@@ -79,5 +79,10 @@ struct gui_window {
*/
struct gui_window *nsws_get_gui_window(HWND hwnd);
+void win32_window_set_scroll(struct gui_window *w, int sx, int sy);
+
+nserror nsws_create_main_class(HINSTANCE hinstance);
+
+extern struct gui_window_table *win32_window_table;
#endif /* _NETSURF_WINDOWS_WINDOW_H_ */