summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 29c7f8485..3372dcc21 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -24,7 +24,9 @@
#include "desktop/gui.h"
#include "windows/localhistory.h"
-extern struct gui_table *win32_gui_table;
+extern struct gui_window_table *win32_window_table;
+extern struct gui_clipboard_table *win32_clipboard_table;
+extern struct gui_browser_table *win32_browser_table;
extern HINSTANCE hInstance;