summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-imageframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/canvas-imageframe.h')
-rw-r--r--gtk2_ardour/canvas-imageframe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/canvas-imageframe.h b/gtk2_ardour/canvas-imageframe.h
index 9522bf3796..6c2e5ab8b6 100644
--- a/gtk2_ardour/canvas-imageframe.h
+++ b/gtk2_ardour/canvas-imageframe.h
@@ -15,12 +15,12 @@
#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