change the meters into CairoWidget, add expose_area to CairoWidget::render()

This commit is contained in:
Robin Gareus 2014-03-20 23:50:40 +01:00
parent 9df3157dfc
commit ab44e41dfd
18 changed files with 53 additions and 56 deletions

View file

@ -85,7 +85,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
static std::vector<AudioClock*> clocks;
protected:
void render (cairo_t*);
void render (cairo_t*, cairo_rectangle_t*);
virtual void build_ops_menu ();
Gtk::Menu *ops_menu;