From bf3ffb03fd15377022f0cbffcbb041ec1812fb49 Mon Sep 17 00:00:00 2001 From: Jake Probst Date: Thu, 17 Feb 2011 14:41:52 -0800 Subject: menu_image_add is now not totally useless and gives the image url as an argument --- src/uzbl-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uzbl-core.h') 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; -- cgit v1.2.3