summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:51:53 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commitf0a4422701fe3a216e20468bcc07faf8571fc528 (patch)
treea54c4731aac05f95e7eb809a9a4bae2325301d60 /windows/gui.h
parentac70da346ceb71f4e588e6645e320c8a69742365 (diff)
downloadnetsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.gz
netsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.bz2
Update windows frontend to cope with split operations table headers
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 007afe7c8..7eb24e32e 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -20,10 +20,6 @@
#ifndef _NETSURF_WINDOWS_GUI_H_
#define _NETSURF_WINDOWS_GUI_H_
-#include <windows.h>
-#include "desktop/gui.h"
-#include "windows/localhistory.h"
-
struct gui_file_table *win32_file_table;
extern struct gui_window_table *win32_window_table;
extern struct gui_clipboard_table *win32_clipboard_table;
@@ -61,7 +57,6 @@ struct nsws_pointers {
extern struct gui_window *window_list;
extern char *options_file_location;
-extern HWND font_hwnd;
HWND gui_window_main_window(struct gui_window *);
HWND gui_window_toolbar(struct gui_window *);