Temporarily fix segfault on show/hide all automation, pending a proper fix.
[ardour.git] / gtk2_ardour / enums.h
index d345b30bf8b3ea66593e27de52f9f1c07c115e77..62fe7eeacec211d8e4336372f9fcd0bf5a8b82fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __ardour_gtk_enums_h__
 #define __ardour_gtk_enums_h__
 
-#include <ardour/types.h>
-
-enum WaveformShape {
-       Traditional,
-       Rectified
-};
-
-enum WaveformScale {
-       LinearWaveform=0,
-       LogWaveform,
-};
-
+#include "ardour/types.h"
 
 enum Width {
        Wide,
@@ -44,6 +33,11 @@ namespace Gnome {
        }
 }
 
+enum LayerDisplay {
+       Overlaid,
+       Stacked
+};
+
 struct SelectionRect {
     Gnome::Canvas::SimpleRect *rect;
     Gnome::Canvas::SimpleRect *end_trim;