summaryrefslogtreecommitdiff
path: root/desktop/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.h')
-rw-r--r--desktop/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/tree.h b/desktop/tree.h
index 30d142005..aaf82af83 100644
--- a/desktop/tree.h
+++ b/desktop/tree.h
@@ -66,7 +66,8 @@ struct node_element;
typedef enum {
TREE_NO_DRAG = 0,
TREE_SELECT_DRAG,
- TREE_MOVE_DRAG
+ TREE_MOVE_DRAG,
+ TREE_UNKNOWN_DRAG /** < A drag the tree itself won't handle */
} tree_drag_type;
typedef enum {