From f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 19 Feb 2013 21:55:36 +0100 Subject: Search history, use mutex for global_unbind --- src/dwb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dwb.h') diff --git a/src/dwb.h b/src/dwb.h index d36c16c7..4767d377 100644 --- a/src/dwb.h +++ b/src/dwb.h @@ -593,6 +593,7 @@ struct _State { GList *last_com_history; GList *last_nav_history; + GList *last_find_history; GList *undo_list; @@ -791,6 +792,7 @@ enum Files { FILES_BOOKMARKS = 0, FILES_NAVIGATION_HISTORY, FILES_COMMAND_HISTORY, + FILES_SEARCH_HISTORY, FILES_COOKIES, FILES_COOKIES_ALLOW, FILES_COOKIES_SESSION_ALLOW, @@ -834,6 +836,7 @@ struct _FileContent { GList *pers_scripts; GList *pers_plugins; GList *downloads; + GList *searches; }; struct _Dwb { -- cgit v1.2.3