summaryrefslogtreecommitdiff
path: root/include/netsurf/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/window.h')
-rw-r--r--include/netsurf/window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/netsurf/window.h b/include/netsurf/window.h
index 38ce295a7..8f14a8c78 100644
--- a/include/netsurf/window.h
+++ b/include/netsurf/window.h
@@ -119,6 +119,12 @@ enum gui_window_event {
* selection started
*/
GW_EVENT_START_SELECTION,
+
+ /**
+ * Page status has changed and so the padlock should be
+ * updated.
+ */
+ GW_EVENT_PAGE_INFO_CHANGE,
};
/**