summaryrefslogtreecommitdiff
path: root/amiga/tree.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 22:34:54 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 22:34:54 +0000
commit227993f481b6fd7db74bc348e87ffebcbd3fc158 (patch)
treea1df40a00dfbb83a744190a9d4d2d66b41a245c1 /amiga/tree.h
parentb3f32dece4c77a839a5abe9b14c8d87a8aac1971 (diff)
downloadnetsurf-227993f481b6fd7db74bc348e87ffebcbd3fc158.tar.gz
netsurf-227993f481b6fd7db74bc348e87ffebcbd3fc158.tar.bz2
Fix basic rearrangement of tree nodes
svn path=/trunk/netsurf/; revision=5567
Diffstat (limited to 'amiga/tree.h')
-rwxr-xr-xamiga/tree.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/amiga/tree.h b/amiga/tree.h
index 210891fc2..a5f590180 100755
--- a/amiga/tree.h
+++ b/amiga/tree.h
@@ -40,6 +40,13 @@ enum
AMI_TREE_COOKIES
};
+enum
+{
+ AMI_MOVE_UP,
+ AMI_MOVE_DOWN,
+ AMI_MOVE_OUT
+};
+
void ami_open_tree(struct tree *tree,int type);
void ami_tree_close(struct treeview_window *twin);
BOOL ami_tree_event(struct treeview_window *twin);