summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-20 23:50:40 +0100
committerRobin Gareus <robin@gareus.org>2014-03-20 23:50:40 +0100
commitab44e41dfd8b8247ed5f57a8f3fcbbf4f8457827 (patch)
tree63e956159ece10dc3c33340c7004a8d95a7ba8df /gtk2_ardour/editor_summary.h
parent9df3157dfc59c596bf8f044fc4ab5445a12f02a1 (diff)
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index f6aa804f59..87474188b1 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -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);