aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Jake Probst <jake.probst@gmail.com>2011-02-17 14:41:52 -0800
committerGravatar Jake Probst <jake.probst@gmail.com>2011-02-17 14:41:52 -0800
commitbf3ffb03fd15377022f0cbffcbb041ec1812fb49 (patch)
treeb9d29ed5cd902b47a48e16f9a3569e393d9ad3b1 /src/uzbl-core.h
parent8bbc39b83f362896f133c8cb054dc4f2773c5232 (diff)
menu_image_add is now not totally useless and gives the image url as an argument
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 f81722d..429b892 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -488,6 +488,7 @@ typedef struct {
gchar *cmd;
gboolean issep;
guint context;
+ WebKitHitTestResult* hittest;
} MenuItem;