Purify libcanvas, remove libardour dependency

A canvas is just a canvas. Move WaveView into its own library.
This commit is contained in:
Robin Gareus 2017-07-17 20:12:33 +02:00
parent 601c317d70
commit beb73edf55
29 changed files with 267 additions and 293 deletions

View file

@ -24,7 +24,7 @@
#include <boost/unordered_map.hpp>
#include "pbd/signals.h"
namespace ArdourCanvas {
namespace ArdourWaveView {
class WaveView;
}
@ -76,7 +76,7 @@ public:
void set_height();
void set_colors();
std::vector<ArdourCanvas::WaveView*> waves;
std::vector<ArdourWaveView::WaveView*> waves;
};
class MidiGhostRegion : public GhostRegion {