summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-28 18:46:07 +0200
committerRobin Gareus <robin@gareus.org>2017-06-28 18:46:07 +0200
commita9224abcf493f01ff89556f8c6da4b053293514d (patch)
tree18dd9ca7d8852b92b4f130899419ba53af15cdee /gtk2_ardour/editor.h
parentf73ce2d47f60e050cb633a2d260ecfcc2a9ef74c (diff)
Add explicit VideoTimeline change-type, follow up on f73ce2d
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 633329541e..6e1ae4528d 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1130,7 +1130,8 @@ private:
enum Type {
TimeOrigin = 0x1,
ZoomLevel = 0x2,
- YOrigin = 0x4
+ YOrigin = 0x4,
+ VideoTimeline = 0x8
};
Type pending;