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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user