Reverse the order of vertical tabs in the port matrix
[ardour.git] / gtk2_ardour / canvas-imageframe.h
index 48c981cb3636fe60e81b79c3c979179f9f860cf8..8cfb6e273a26af819422383c47f30e5927f615f7 100644 (file)
@@ -7,20 +7,24 @@
  *
  * Author: Federico Mena <federico@nuclecu.unam.mx>
  */
+
+
 #ifndef __GNOME_CANVAS_IMAGEFRAME_H__
 #define __GNOME_CANVAS_IMAGEFRAME_H__
 
 #include <stdint.h>
 
 #include <libgnomecanvas/libgnomecanvas.h>
-#include <gtk/gtkenums.h> 
+#include <gtk/gtkenums.h>
 
+#ifdef __cplusplus
 extern "C" {
-/* some versions of libart contain functions not inside an extern C block */
+#endif
 #include <libart_lgpl/art_misc.h>
+#ifdef __cplusplus
 }
+#endif
+
 #include <libart_lgpl/art_pixbuf.h>