allow track selection to be toggled (ctrl-clicked); potential fixes for tape display...
[ardour.git] / gtk2_ardour / editor_enums.h
1 #ifndef __ardour_gtk_editor_enums_h__
2 #define __ardour_gtk_editor_enums_h__
3
4 enum EditorDisplayControl {
5         ShowMeasures,
6         ShowWaveforms,
7         FollowPlayhead
8 };
9
10 #endif /* __ardour_gtk_editor_enums_h__ */