summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-11 22:34:12 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-11 22:34:12 +0000
commitc8496df3df7d059528f2d5e735be5c55bfa75ef6 (patch)
tree7979e63f7e548c7a9d6bb024afde7b1bc785ff44 /windows/gui.h
parentd3c392c3d3b516f05fbf71020b2f6774ce20ce8c (diff)
downloadnetsurf-c8496df3df7d059528f2d5e735be5c55bfa75ef6.tar.gz
netsurf-c8496df3df7d059528f2d5e735be5c55bfa75ef6.tar.bz2
move window creation and destruction into table
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 9bcba592e..29c7f8485 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -24,6 +24,8 @@
#include "desktop/gui.h"
#include "windows/localhistory.h"
+extern struct gui_table *win32_gui_table;
+
extern HINSTANCE hInstance;
/* bounding box */