Add selection to enum.

This commit is contained in:
Michael Drake 2013-08-16 08:21:43 +01:00
parent 2a3ff41e14
commit 2ba2fcc7b6

View File

@ -44,6 +44,7 @@ typedef enum {
typedef enum {
GDRAGGING_NONE,
GDRAGGING_SCROLLBAR,
GDRAGGING_SELECTION,
GDRAGGING_OTHER
} gui_drag_type;