mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
add event type string function to canvas (since it does not use gtkmm2ext)
This commit is contained in:
parent
df7dae82cc
commit
620e1e6677
3 changed files with 87 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue