From 2bd587add5912c02db71746e83eda47b66fb80af Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 26 Jul 2013 14:48:26 +0100 Subject: Make the parasitic hack of the old tree code more robust. Now if the temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations. --- desktop/tree.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/tree.h') diff --git a/desktop/tree.h b/desktop/tree.h index 20ade30c0..7074f6090 100644 --- a/desktop/tree.h +++ b/desktop/tree.h @@ -45,6 +45,11 @@ enum tree_flags { * directory will be deleted * too. */ + /* The following are to aid transition to new treeviews */ + TREE_HISTORY = 64, + TREE_COOKIES = 128, + TREE_SSLCERT = 256, + TREE_HOTLIST = 512 }; /** A "flag" value to indicate the element data contains title -- cgit v1.2.3