summaryrefslogtreecommitdiff
path: root/gtk2_ardour/draginfo.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-29 23:42:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-29 23:42:35 +0000
commit77f03c5a272da44d1bff43303a696e91f07e8bc3 (patch)
treedb881ad16d2ac899f20202777992ff595e4f2ed9 /gtk2_ardour/draginfo.h
parent89b76d122c16c97d653479c17054286da25c9e88 (diff)
fix some (all? not likely) problems with dragging close to 2^32-1 frames
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1924 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/draginfo.h')
-rw-r--r--gtk2_ardour/draginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/draginfo.h b/gtk2_ardour/draginfo.h
index 8b13961532..c38c2aaa65 100644
--- a/gtk2_ardour/draginfo.h
+++ b/gtk2_ardour/draginfo.h
@@ -40,7 +40,7 @@ struct DragInfo {
ItemType item_type;
void* data;
nframes_t last_frame_position;
- int32_t pointer_frame_offset;
+ int64_t pointer_frame_offset;
nframes_t grab_frame;
nframes_t last_pointer_frame;
nframes_t current_pointer_frame;