mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -43,11 +43,11 @@ GainAutomationTimeAxisView::~GainAutomationTimeAxisView ()
|
|||
}
|
||||
|
||||
void
|
||||
GainAutomationTimeAxisView::add_automation_event (GtkCanvasItem* item, GdkEvent* event, jack_nframes_t when, double y)
|
||||
GainAutomationTimeAxisView::add_automation_event (GnomeCanvasItem* item, GdkEvent* event, jack_nframes_t when, double y)
|
||||
{
|
||||
double x = 0;
|
||||
|
||||
gtk_canvas_item_w2i (canvas_display, &x, &y);
|
||||
gnome_canvas_item_w2i (canvas_display, &x, &y);
|
||||
|
||||
/* compute vertical fractional position */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue