summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h31
1 files changed, 0 insertions, 31 deletions
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