From 7f628f7ee8f8707e72ad8cfd54edc024b5e66b95 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 1 Dec 2019 16:06:56 +0000 Subject: browser_window: Add an event for page info state change Signed-off-by: Daniel Silverstone --- include/netsurf/window.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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, }; /** -- cgit v1.2.3