Towards packing CairoWidgets on ArdourCanvas.
[ardour.git] / libs / canvas / canvas / widget.h
index 127862037c9fb27c71038364f8d0bc3347bcdbd4..c1f6dc1f36852679350b99eea00e0a5cd7271d12 100644 (file)
@@ -44,6 +44,8 @@ public:
 private:
        CairoWidget& _widget;
        bool event_proxy (GdkEvent*);
+       bool queue_draw ();
+       bool queue_resize ();
 };
 
 }