editor_canvas_events.cc now compiles

git-svn-id: svn://localhost/trunk/ardour2@92 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-14 16:24:21 +00:00
parent f77ec623be
commit 08a6f9bbb5
7 changed files with 369 additions and 589 deletions

13
gtk2_ardour/canvas_impl.h Normal file
View 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__ */