summaryrefslogtreecommitdiff
path: root/desktop/gui_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_table.h')
-rw-r--r--desktop/gui_table.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/gui_table.h b/desktop/gui_table.h
index 0ac9f0417..2a7c648bb 100644
--- a/desktop/gui_table.h
+++ b/desktop/gui_table.h
@@ -66,6 +66,15 @@ struct netsurf_table {
struct gui_window_table *window;
/**
+ * Core window table.
+ *
+ * Provides all operations which affect core ui windows of a frontend.
+ *
+ * The table is optional and may be NULL which does nothing.
+ */
+ struct core_window_table *corewindow;
+
+ /**
* Download table.
*
* operations table for the download windows.