summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-22 18:44:19 +0100
committerportix <portix@gmx.net>2012-03-22 18:44:19 +0100
commit6d40ceea3845260bf30ce273f635cd016e2bb6d4 (patch)
tree51ad84cccf5c36a2eeb0ad534c2c82fbc8da67f1 /src/dwb.h
parente6594743e1afeb3436427389b082f80dadc0a165 (diff)
downloaddwb-6d40ceea3845260bf30ce273f635cd016e2bb6d4.zip
Message for insert mode and errors
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index e68b2d2b..a4da4fe2 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -598,8 +598,10 @@ struct _View {
struct {
WebKitDOMElement *element;
WebKitDOMElement *anchor;
- WebKitDOMCSSStyleDeclaration *style;
} hover;
+ WebKitDOMElement *status_element;
+ struct {
+ } hidden;
JSObjectRef hint_object;
};
struct _Color {