aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-19 18:39:51 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-19 18:39:51 +0200
commitcbf5a2988767616df196a3fa5bd88bc020d5e264 (patch)
tree78e5d811a55d9d6aab91c997a3e2e7bfd98d7b39 /uzbl-core.h
parentf4f51de768759334b093634741b1e871ba0b9f19 (diff)
added FORM_ACTIVE event and config example
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index a6f34e4..104248a 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -459,6 +459,9 @@ menu_remove_link(WebKitWebView *page, GArray *argv, GString *result);
void
menu_remove_image(WebKitWebView *page, GArray *argv, GString *result);
+gint
+get_click_context();
+
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
typedef struct {
Command function;