mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
Browser window API: Add count for page state enum.
This commit is contained in:
parent
a39b651620
commit
8da6252f50
@ -70,6 +70,7 @@ typedef enum {
|
||||
PAGE_STATE_SECURE_OVERRIDE, /**< Secure load, but had to override */
|
||||
PAGE_STATE_SECURE_ISSUES, /**< Secure load, but has insecure elements */
|
||||
PAGE_STATE_SECURE, /**< Secure load */
|
||||
PAGE_STATE__COUNT, /**< Count of number of valid page states */
|
||||
} browser_window_page_info_state;
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user