diff options
author | portix <portix@gmx.net> | 2012-02-19 00:18:51 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-19 00:18:51 +0100 |
commit | 423df957879b2e83ff042bf9f837758550821c2c (patch) | |
tree | 81e21880c5dacc730890ecb34aaccc79c10cf68d /src/dwb.h | |
parent | 8aa53b9522fb745b1c94e252d1fe1fe826af7573 (diff) | |
download | dwb-423df957879b2e83ff042bf9f837758550821c2c.zip |
Set href for hovering element, some style-modifications
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -578,6 +578,7 @@ struct _View { Plugins *plugins; struct { WebKitDOMElement *element; + WebKitDOMElement *anchor; WebKitDOMCSSStyleDeclaration *style; } hover; }; |