summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_enums.h
blob: 419f0e2809b9a413c6959e6cbef18c64b67fe1d2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ardour_gtk_editor_enums_h__
#define __ardour_gtk_editor_enums_h__

enum EditorDisplayControl {
	ShowMeasures,
	ShowWaveforms,
	FollowPlayhead
};

#endif /* __ardour_gtk_editor_enums_h__ */