X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.h;h=0b0e95f82874979419fe1aaefbdf0b541ce2e7d0;hb=d0227fe5b7c30271cd2950a71d429cf03b0db2db;hp=fcb675fd46936e86fc352e54519bd7fc661fab1c;hpb=ef65fd251023378699c3ef3842fc55e93a92d04a;p=ardour.git diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index fcb675fd46..0b0e95f828 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, @@ -56,6 +45,15 @@ struct SelectionRect { uint32_t id; }; +enum Height { + HeightLargest, + HeightLarger, + HeightLarge, + HeightNormal, + HeightSmall, + HeightSmaller +}; + extern void setup_gtk_ardour_enums (); #endif /* __ardour_gtk_enums_h__ */