From 327db778f3a5446d57969bb6ce1e038799aa86aa Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Mon, 21 Sep 2009 13:07:50 +0200 Subject: added LINK_UNHOVER event --- uzbl-core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index b7db61d..d3ea143 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -66,6 +66,7 @@ typedef struct { int socket_id; char *instance_name; gchar *selected_url; + gchar *last_selected_url; gchar *executable_path; gchar* keycmd; gchar* searchtx; @@ -188,6 +189,7 @@ enum event_type { WEBINSPECTOR, NEW_WINDOW, SELECTION_CHANGED, VARIABLE_SET, FIFO_SET, SOCKET_SET, INSTANCE_START, INSTANCE_EXIT, LOAD_PROGRESS, + LINK_UNHOVER, /* must be last entry */ LAST_EVENT -- cgit v1.2.3