Treeview: Add search drag type to enumeration.

This commit is contained in:
Michael Drake 2017-09-09 21:18:19 +01:00
parent 521651ea51
commit 1420d01a21

View File

@ -171,7 +171,8 @@ struct treeview_drag {
TV_DRAG_NONE,
TV_DRAG_SELECTION,
TV_DRAG_MOVE,
TV_DRAG_TEXTAREA
TV_DRAG_TEXTAREA,
TV_DRAG_SEARCH,
} type; /**< Drag type */
treeview_node *start_node; /**< Start node */
bool selected; /**< Start node is selected */