mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Treeview: Add search drag type to enumeration.
This commit is contained in:
parent
521651ea51
commit
1420d01a21
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user