add event type string function to canvas (since it does not use gtkmm2ext)

This commit is contained in:
Paul Davis 2014-01-16 10:52:34 -05:00
parent df7dae82cc
commit 620e1e6677
3 changed files with 87 additions and 1 deletions

View file

@ -46,6 +46,7 @@ namespace ArdourCanvas {
LIBCANVAS_API extern std::map<std::string, struct timeval> last_time;
LIBCANVAS_API extern void checkpoint (std::string, std::string);
LIBCANVAS_API extern void set_epoch ();
LIBCANVAS_API extern const char* event_type_string (int event_type);
LIBCANVAS_API extern int render_count;
LIBCANVAS_API extern int render_depth;
LIBCANVAS_API extern int dump_depth;