Use LV2_SUPPORT define instead of HAVE_SLV2.
[ardour.git] / gtk2_ardour / canvas.h
index 75cb7157a9acf8aad2ed6cf4a6030fbe0efe6b94..1bf3be96d2e72081da13b968070ce8775623da81 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -25,6 +25,7 @@ namespace Gnome {
                class Item;
                class Group;
                class Canvas;
+               class Rect;
                class SimpleRect;
                class SimpleLine;
                class Polygon;
@@ -32,7 +33,9 @@ namespace Gnome {
                class Text;
                class Line;
                class Points;
+               class Pixbuf;
                class ImageFrame;
+               class LineSet;
        }
 }