diff options
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -649,8 +649,9 @@ struct _ViewStatus { #endif GSList *allowed_plugins; unsigned int lockprotect; - WebKitDOMElement *style; + GSList *styles; GSList *frames; + WebKitDOMElement *exc_style; guint group; }; struct _View { |