summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-12-01 16:06:56 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-12-01 16:06:56 +0000
commit7f628f7ee8f8707e72ad8cfd54edc024b5e66b95 (patch)
tree05a568531c97e66170620c287c8741783bc49f48 /include/netsurf
parent6fc2666d07f28cd845b5697853b9b0e61f8848c5 (diff)
downloadnetsurf-7f628f7ee8f8707e72ad8cfd54edc024b5e66b95.tar.gz
netsurf-7f628f7ee8f8707e72ad8cfd54edc024b5e66b95.tar.bz2
browser_window: Add an event for page info state change
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'include/netsurf')
-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,
};
/**