mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
change the meters into CairoWidget, add expose_area to CairoWidget::render()
This commit is contained in:
parent
9df3157dfc
commit
ab44e41dfd
18 changed files with 53 additions and 56 deletions
|
|
@ -69,7 +69,7 @@ private:
|
|||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
|
||||
void centre_on_click (GdkEventButton *);
|
||||
void render (cairo_t *);
|
||||
void render (cairo_t *, cairo_rectangle_t*);
|
||||
void render_region (RegionView*, cairo_t*, double) const;
|
||||
void get_editor (std::pair<double, double> *, std::pair<double, double> *) const;
|
||||
void set_editor (double, double);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue