Add move drag type.

This commit is contained in:
Michael Drake 2013-08-16 20:02:49 +01:00
parent 7bd57563e1
commit 15c1ad7eea
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ struct core_window;
typedef enum {
CORE_WINDOW_DRAG_NONE,
CORE_WINDOW_DRAG_SELECTION
CORE_WINDOW_DRAG_SELECTION,
CORE_WINDOW_DRAG_MOVE
} core_window_drag_status;
/** Callbacks to achieve various core window functionality. */