mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
editor_canvas_events.cc now compiles
git-svn-id: svn://localhost/trunk/ardour2@92 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f77ec623be
commit
08a6f9bbb5
7 changed files with 369 additions and 589 deletions
13
gtk2_ardour/canvas_impl.h
Normal file
13
gtk2_ardour/canvas_impl.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef __ardour_gtk_canvas_impl_h__
|
||||
#define __ardour_gtk_canvas_impl_h__
|
||||
|
||||
#include <libgnomecanvasmm/canvas.h>
|
||||
#include <libgnomecanvasmm/polygon.h>
|
||||
#include <libgnomecanvasmm/text.h>
|
||||
#include <libgnomecanvasmm/rect.h>
|
||||
#include <libgnomecanvasmm/line.h>
|
||||
#include <libgnomecanvasmm/item.h>
|
||||
|
||||
using namespace ArdourCanvas;
|
||||
|
||||
#endif /* __ardour_gtk_canvas_impl_h__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue