summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 53e14850..9fbfdfc3 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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 {