diff options
author | portix <portix@gmx.net> | 2012-02-18 18:48:45 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-18 18:48:45 +0100 |
commit | bb4f6282b05cbd449ffcb566cfc46d48aca007c8 (patch) | |
tree | bdfdc0127b272859fa7ba4cdb7a0263644c45547 /src/dwb.h | |
parent | 36e530f7c4bac700e682c196b4a6e407bf465859 (diff) | |
download | dwb-bb4f6282b05cbd449ffcb566cfc46d48aca007c8.zip |
Creating a hover-element if the statusbar is hidden
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -576,6 +576,10 @@ struct _View { ViewStatus *status; GHashTable *setting; Plugins *plugins; + struct { + WebKitDOMElement *element; + WebKitDOMCSSStyleDeclaration *style; + } hover; }; struct _Color { DwbColor active_fg; |