summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2013-02-19 21:55:36 +0100
committerportix <none@none>2013-02-19 21:55:36 +0100
commitf614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 (patch)
tree9ff1aef587135f99a6e028cdabb8a76488efc8d6 /src/dwb.h
parenta4ff0b6bb050cfc6533a0f2f0bed9102009ad176 (diff)
downloaddwb-f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6.zip
Search history, use mutex for global_unbind
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h3
1 files changed, 3 insertions, 0 deletions
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 {