X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.h;h=62fe7eeacec211d8e4336372f9fcd0bf5a8b82fc;hb=0c04eb8d83e53cf34716486ef85bd868c57f4cc1;hp=d345b30bf8b3ea66593e27de52f9f1c07c115e77;hpb=666e0870554705f4fb466fc6b188fe9b4000ca49;p=ardour.git diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index d345b30bf8..62fe7eeace 100644 --- a/gtk2_ardour/enums.h +++ b/gtk2_ardour/enums.h @@ -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 @@ -20,18 +20,7 @@ #ifndef __ardour_gtk_enums_h__ #define __ardour_gtk_enums_h__ -#include - -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;