mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes
git-svn-id: svn://localhost/ardour2/trunk@1396 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
433f2cfb43
commit
9e8082aad6
13 changed files with 81 additions and 26 deletions
|
|
@ -39,4 +39,10 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
out << "stack tracing is not enabled on this platform" << std::endl;
|
||||
}
|
||||
|
||||
void
|
||||
c_stacktrace ()
|
||||
{
|
||||
PBD::stacktrace (cout);
|
||||
}
|
||||
|
||||
#endif /* HAVE_EXECINFO */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue