From a487f7e611550b0058a780cf673480eb8de6f799 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Mar 2015 23:48:53 +0000 Subject: Move win32 window operations into their own module This splits up a great deal of the win32 window code out from other gui code. It also remove large quantities of unused and junk variables and functions. --- windows/window.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'windows/window.h') 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_ */ -- cgit v1.2.3