summaryrefslogtreecommitdiff
path: root/gtk2_ardour/draginfo.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-30 17:46:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-30 17:46:33 +0000
commit1fedefc78592a1c1cde15891b699c75b384704f0 (patch)
treece29a2b4357aa0c70ae17cbb5aa578375071f678 /gtk2_ardour/draginfo.h
parent1493c901e9733d1250d93beca1958d3decfd1928 (diff)
more use of int64_t to fix frame offset values
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1931 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/draginfo.h')
-rw-r--r--gtk2_ardour/draginfo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/draginfo.h b/gtk2_ardour/draginfo.h
index c38c2aaa65..0b9648a81c 100644
--- a/gtk2_ardour/draginfo.h
+++ b/gtk2_ardour/draginfo.h
@@ -39,11 +39,11 @@ struct DragInfo {
ArdourCanvas::Item* item;
ItemType item_type;
void* data;
- nframes_t last_frame_position;
- int64_t pointer_frame_offset;
- nframes_t grab_frame;
- nframes_t last_pointer_frame;
- nframes_t current_pointer_frame;
+ nframes64_t last_frame_position;
+ nframes64_t pointer_frame_offset;
+ nframes64_t grab_frame;
+ nframes64_t last_pointer_frame;
+ nframes64_t current_pointer_frame;
double grab_x, grab_y;
double cumulative_x_drag;
double cumulative_y_drag;