X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcanvas.h;h=1bf3be96d2e72081da13b968070ce8775623da81;hb=b691ba816f3080d0f8029beac6d0ff4c4c3a1900;hp=9fa737258c74278de05380d55653ab9b04bf725d;hpb=2db91c126edc8fcaeda711d35369970576715719;p=ardour.git diff --git a/gtk2_ardour/canvas.h b/gtk2_ardour/canvas.h index 9fa737258c..1bf3be96d2 100644 --- a/gtk2_ardour/canvas.h +++ b/gtk2_ardour/canvas.h @@ -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,8 +33,9 @@ namespace Gnome { class Text; class Line; class Points; + class Pixbuf; class ImageFrame; - class Lineset; + class LineSet; } }