aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-07-29 22:57:29 +0200
committerThomas White <taw@bitwiz.org.uk>2013-07-29 22:57:29 +0200
commit43ffbe1e916aac750c0a112de013cf709ce6723d (patch)
tree721ae18d81c329cfcfe0b1bd62f933405d0f06a2 /src/presentation.h
parent2dc8e58f3109e119f6e2afe1285eb3288925de23 (diff)
Fix selection logic
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index f0e3071..208ed66 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -57,6 +57,7 @@ enum drag_reason
DRAG_REASON_CREATE,
DRAG_REASON_IMPORT,
DRAG_REASON_RESIZE,
+ DRAG_REASON_MOVE
};