summaryrefslogtreecommitdiff
path: root/desktop/tree.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-16 21:42:37 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-16 21:42:37 +0000
commit0309e937e6bf13bbea5f1a95721919e0524eeab8 (patch)
treeec578cb987471c7ab16d1e8d921f647d220ac903 /desktop/tree.h
parent81512fa939c2cfa759b80a48a89f39fdc5238cd4 (diff)
downloadnetsurf-0309e937e6bf13bbea5f1a95721919e0524eeab8.tar.gz
netsurf-0309e937e6bf13bbea5f1a95721919e0524eeab8.tar.bz2
Allow the user to delete cookies.
svn path=/trunk/netsurf/; revision=2770
Diffstat (limited to 'desktop/tree.h')
-rw-r--r--desktop/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/tree.h b/desktop/tree.h
index 1315099b7..5ebb906ac 100644
--- a/desktop/tree.h
+++ b/desktop/tree.h
@@ -97,6 +97,7 @@ struct tree {
int height; /* <-- Tree height */
int window_width; /* <-- Tree window width */
int window_height; /* <-- Tree window height */
+ bool no_drag; /* <-- Tree items can't be dragged out */
bool no_vscroll; /* <-- Tree has a vertical scroll only when needed */
bool no_furniture; /* <-- Tree does not have connecting lines */
bool single_selection; /* <-- There can only be one item selected */