Add explicit VideoTimeline change-type, follow up on f73ce2d
[ardour.git] / gtk2_ardour / editor.h
index 633329541e883bd32276957f276b363c60805516..6e1ae4528d8c3301e3977d818d607c945a6dc5a7 100644 (file)
@@ -1130,7 +1130,8 @@ private:
                enum Type {
                        TimeOrigin = 0x1,
                        ZoomLevel = 0x2,
-                       YOrigin = 0x4
+                       YOrigin = 0x4,
+                       VideoTimeline = 0x8
                };
 
                Type       pending;