mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Conflicts: libs/gtkmm2ext/cairo_widget.cc libs/gtkmm2ext/fastmeter.cc libs/gtkmm2ext/gtkmm2ext/cairo_widget.h libs/gtkmm2ext/gtkmm2ext/fastmeter.h
This commit is contained in:
parent
dd2ada892a
commit
6da331394b
18 changed files with 64 additions and 48 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