X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.h;h=0b0e95f82874979419fe1aaefbdf0b541ce2e7d0;hb=d0227fe5b7c30271cd2950a71d429cf03b0db2db;hp=ebd061cc40b2bd5130994074341ebed2dfec9c08;hpb=997e4b1f9cd7ccfc704b7c035051da7f60d831e7;p=ardour.git diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index ebd061cc40..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,7 +20,7 @@ #ifndef __ardour_gtk_enums_h__ #define __ardour_gtk_enums_h__ -#include +#include "ardour/types.h" enum Width { Wide, @@ -45,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__ */