8a175f3322fa8c31c6fed7530e8f660b5f07a571
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / nsglview.h
1 #ifndef __CANVAS_NSGLVIEW_H__
2 #define __CANVAS_NSGLVIEW_H__
3
4 #include <gdk/gdk.h>
5
6 namespace Gtkmm2ext
7 {
8         class CairoCanvas;
9
10         void* nsglview_create (CairoCanvas*);
11         void  nsglview_overlay (void*, GdkWindow*);
12         void  nsglview_resize (void*, int x, int y, int w, int h);
13         void  nsglview_queue_draw (void*, int x, int y, int w, int h);
14 }
15 #endif