From 8525c857da966580c57aa595ec44ba1c4fc2326a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Mar 2015 14:32:06 +0000 Subject: Clean up more windows frontend issues and split out more functionality --- windows/gui.h | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'windows/gui.h') diff --git a/windows/gui.h b/windows/gui.h index e4b69e0c2..690cd9333 100644 --- a/windows/gui.h +++ b/windows/gui.h @@ -23,9 +23,6 @@ struct gui_window; struct gui_file_table *win32_file_table; struct gui_clipboard_table *win32_clipboard_table; -struct gui_fetch_table *win32_fetch_table; -struct gui_browser_table *win32_browser_table; -struct gui_utf8_table *win32_utf8_table; extern HINSTANCE hInstance; @@ -37,40 +34,12 @@ typedef struct bbox_s { int y1; } bbox_t; -struct nsws_pointers { - HCURSOR hand; - HCURSOR ibeam; - HCURSOR cross; - HCURSOR sizeall; - HCURSOR sizewe; - HCURSOR sizens; - HCURSOR sizenesw; - HCURSOR sizenwse; - HCURSOR wait; - HCURSOR appstarting; - HCURSOR no; - HCURSOR help; - HCURSOR arrow; -}; extern char *options_file_location; -HWND gui_window_main_window(struct gui_window *); -struct nsws_localhistory *gui_window_localhistory(struct gui_window *); -void nsws_window_init_pointers(HINSTANCE hinstance); -struct nsws_pointers *nsws_get_pointers(void); - - -/** - * Cause a browser window to navigate to a url - * - * \param hwnd The win32 handle to the browser window or one of its decendants. - * \param url The URL to navigate to. - */ -bool nsws_window_go(HWND hwnd, const char *url); /** * Run the win32 message loop with scheduling -- cgit v1.2.3