menu and action update
[ardour.git] / gtk2_ardour / canvas-imageframe.h
index 9522bf3796c64b03cbf07ae9aa02e89c49348a66..6c2e5ab8b6fe0400b6157f89626a3de7b8f0b49c 100644 (file)
 #include <stdint.h>
 
 #include <libgnomecanvas/libgnomecanvas.h>
-#include <gtk/gtkpacker.h> /* why the hell is GtkAnchorType here and not in gtkenums.h? */
+#include <gtk/gtkenums.h> 
 #include <libart_lgpl/art_misc.h>
 #include <libart_lgpl/art_pixbuf.h>
 
 
-BEGIN_GNOME_CANVAS_DECLS
+G_BEGIN_DECLS
 
 
 /* Image item for the canvas.  Images are positioned by anchoring them to a point.
@@ -74,6 +74,6 @@ struct _GnomeCanvasImageFrameClass {
 GtkType gnome_canvas_imageframe_get_type (void);
 
 
-END_GNOME_CANVAS_DECLS
+G_END_DECLS
 
 #endif