summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2012-11-01 12:12:52 +0100
committerportix <none@none>2012-11-01 12:12:52 +0100
commit2529be6a2c5783fbdde70847787cba06cb46175b (patch)
treea4f101becd641b924ff6bbacbb33a5e36e746158 /src/dwb.h
parent7f06ede0fc6694f70604151c45434328a3fba8f2 (diff)
downloaddwb-2529be6a2c5783fbdde70847787cba06cb46175b.zip
Insert element hider rules using the dom-api
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 {