summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
commit8525c857da966580c57aa595ec44ba1c4fc2326a (patch)
tree952b61909ac17ad4666f82c005e4470ea20ff3f4 /windows/gui.h
parenta487f7e611550b0058a780cf673480eb8de6f799 (diff)
downloadnetsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.gz
netsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.bz2
Clean up more windows frontend issues and split out more functionality
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