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:
Paul Davis 2007-01-29 20:02:43 +00:00
parent 433f2cfb43
commit 9e8082aad6
13 changed files with 81 additions and 26 deletions

View file

@ -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 */