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