aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-20 19:06:13 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-20 19:06:13 -0700
commit79c069dfd5a40611d83447763a32274cb3cf9f0f (patch)
treec6eb3930b9fbf83c08891c9060e3b17f886266ef /src/uzbl-core.h
parenta299262011692b86b39ed5911418ca5b83f4a68e (diff)
parent60b27c0e224a1153f8cfd6be61524efcf655c3da (diff)
Merge remote-tracking branch 'jakeprobst/imagemenuitem-fix' into experimental
Conflicts: src/uzbl-core.h
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 3240fc6..1285e3a 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -362,6 +362,7 @@ typedef struct {
gchar* cmd;
gboolean issep;
guint context;
+ WebKitHitTestResult* hittest;
} MenuItem;
#endif