merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compiles...
[ardour.git] / gtk2_ardour / editing.h
index 93bbb603eec6658337c76010544714eb80e4464f..2b4519ec9c6c464cb44818a159d8c8bc5000b78a 100644 (file)
@@ -36,6 +36,7 @@
 #define IMPORTMODE(a) /*empty*/
 #define IMPORTPOSITION(a)
 #define IMPORTDISPOSITION(a)
+#define EDITPOINT(a) /*empty*/
 
 namespace Editing {
 
@@ -168,6 +169,16 @@ enum ImportDisposition {
 #undef IMPORTDISPOSITION
 #define IMPORTDISPOSITION(a) /*empty*/
 
+// EDITPOINT
+#undef EDITPOINT
+#define EDITPOINT(a) a,
+enum EditPoint {
+       #include "editing_syms.h"
+};
+
+#undef EDITPOINT
+#define EDITPOINT(a) /*empty*/
+
 /////////////////////
 // These don't need their state saved. yet...
 enum CutCopyOp {