summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-12 02:12:15 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-12 02:12:15 +0000
commitb691c32bc6349acf7f06aa432ce8b33fb655ce6a (patch)
treef521f62c0a929984583a9858b920ee84685a1219 /gtk2_ardour/editor_drag.h
parentc5b78e120a8e96d94c27c22251beee523524dadc (diff)
Tiny cleanup.
git-svn-id: svn://localhost/ardour2/branches/3.0@6476 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 16ef6c4678..2b0207c7df 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -577,6 +577,10 @@ public:
void motion (GdkEvent *, bool);
void finished (GdkEvent *, bool);
void aborted ();
+
+ std::pair<nframes64_t, int> move_threshold () const {
+ return std::make_pair (8, 1);
+ }
};
/** Region drag in time-FX mode */