summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-19 00:18:51 +0100
committerportix <portix@gmx.net>2012-02-19 00:18:51 +0100
commit423df957879b2e83ff042bf9f837758550821c2c (patch)
tree81e21880c5dacc730890ecb34aaccc79c10cf68d /src/dwb.h
parent8aa53b9522fb745b1c94e252d1fe1fe826af7573 (diff)
downloaddwb-423df957879b2e83ff042bf9f837758550821c2c.zip
Set href for hovering element, some style-modifications
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 72a9306e..2dc72fce 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -578,6 +578,7 @@ struct _View {
Plugins *plugins;
struct {
WebKitDOMElement *element;
+ WebKitDOMElement *anchor;
WebKitDOMCSSStyleDeclaration *style;
} hover;
};