mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Switched to use libgnomecanvas (not the C++ one).
git-svn-id: svn://localhost/trunk/ardour2@30 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d38e2213d7
commit
14d43ca9fe
90 changed files with 1915 additions and 1926 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#define __ardour_trackview_h__
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <gtk-canvas.h>
|
||||
#include <libgnomecanvas/libgnomecanvas.h>
|
||||
#include <gtkmm2ext/selector.h>
|
||||
#include <gtkmm2ext/popup_selector.h>
|
||||
#include <list>
|
||||
|
|
@ -299,7 +299,7 @@ class AudioTimeAxisView : public RouteUI, public TimeAxisView
|
|||
void add_redirect_automation_curve (ARDOUR::Redirect*, uint32_t);
|
||||
void add_existing_redirect_automation_curves (ARDOUR::Redirect*);
|
||||
|
||||
GtkCanvasItem *timestretch_rect;
|
||||
GnomeCanvasItem *timestretch_rect;
|
||||
|
||||
void timestretch (jack_nframes_t start, jack_nframes_t end);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue