From 2529be6a2c5783fbdde70847787cba06cb46175b Mon Sep 17 00:00:00 2001 From: portix Date: Thu, 1 Nov 2012 12:12:52 +0100 Subject: Insert element hider rules using the dom-api --- src/dwb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dwb.h') 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 { -- cgit v1.2.3