summaryrefslogtreecommitdiff
path: root/desktop/tree.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-26 14:48:26 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-26 14:48:26 +0100
commit2bd587add5912c02db71746e83eda47b66fb80af (patch)
tree78001a9ca490a883c23c5dcd735b58585899c74d /desktop/tree.h
parentbb870de150eb3c38a76daa802c82a6383a483a1d (diff)
downloadnetsurf-2bd587add5912c02db71746e83eda47b66fb80af.tar.gz
netsurf-2bd587add5912c02db71746e83eda47b66fb80af.tar.bz2
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.
Diffstat (limited to 'desktop/tree.h')
-rw-r--r--desktop/tree.h5
1 files changed, 5 insertions, 0 deletions
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