mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
fb45ffea71
commit
54a8032106
47 changed files with 300 additions and 296 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue