Gnome::Canvas -> ArdourCanvas and some other small fixes

git-svn-id: svn://localhost/trunk/ardour2@107 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2005-11-23 17:21:12 +00:00
parent fb45ffea71
commit 54a8032106
47 changed files with 300 additions and 296 deletions

View file

@ -302,7 +302,7 @@ xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h)
return (savergb);
}
Gnome::Canvas::Points*
ArdourCanvas::Points*
get_canvas_points (string who, uint32_t npoints)
{
// cerr << who << ": wants " << npoints << " canvas points" << endl;
@ -311,7 +311,7 @@ get_canvas_points (string who, uint32_t npoints)
abort ();
}
#endif
return new Gnome::Canvas::Points (npoints);
return new ArdourCanvas::Points (npoints);
}
int