From ca8127c458596ff7122f40c05e75d8bcdddb67be Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Mar 2023 20:25:46 -0700 Subject: [PATCH] add canvas item type for mapping cursor --- gtk2_ardour/editor_items.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_items.h b/gtk2_ardour/editor_items.h index 088f3030d8..ff91f6317e 100644 --- a/gtk2_ardour/editor_items.h +++ b/gtk2_ardour/editor_items.h @@ -44,6 +44,7 @@ enum ItemType { MeterBarItem, TempoBarItem, MappingBarItem, + MappingCursorItem, RegionViewNameHighlight, RegionViewName, StartSelectionTrimItem,