From 0309e937e6bf13bbea5f1a95721919e0524eeab8 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 21:42:37 +0000 Subject: Allow the user to delete cookies. svn path=/trunk/netsurf/; revision=2770 --- desktop/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/tree.h') 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 */ -- cgit v1.2.3