summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-18 18:48:45 +0100
committerportix <portix@gmx.net>2012-02-18 18:48:45 +0100
commitbb4f6282b05cbd449ffcb566cfc46d48aca007c8 (patch)
treebdfdc0127b272859fa7ba4cdb7a0263644c45547 /src/dwb.h
parent36e530f7c4bac700e682c196b4a6e407bf465859 (diff)
downloaddwb-bb4f6282b05cbd449ffcb566cfc46d48aca007c8.zip
Creating a hover-element if the statusbar is hidden
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index ad407571..72a9306e 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -576,6 +576,10 @@ struct _View {
ViewStatus *status;
GHashTable *setting;
Plugins *plugins;
+ struct {
+ WebKitDOMElement *element;
+ WebKitDOMCSSStyleDeclaration *style;
+ } hover;
};
struct _Color {
DwbColor active_fg;