diff options
author | portix <none@none> | 2012-11-01 12:12:52 +0100 |
---|---|---|
committer | portix <none@none> | 2012-11-01 12:12:52 +0100 |
commit | 2529be6a2c5783fbdde70847787cba06cb46175b (patch) | |
tree | a4f101becd641b924ff6bbacbb33a5e36e746158 /src/dwb.h | |
parent | 7f06ede0fc6694f70604151c45434328a3fba8f2 (diff) | |
download | dwb-2529be6a2c5783fbdde70847787cba06cb46175b.zip |
Insert element hider rules using the dom-api
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 { |